chore: move crs_template.txt to resources/
This commit is contained in:
@@ -5,7 +5,7 @@ use clap::{ Arg, ArgMatches, SubCommand, App };
|
||||
use crate::{ success, warning };
|
||||
use crate::cmd::{ Command, CommandError };
|
||||
|
||||
const CRS_TEMPLATE: &[u8] = include_bytes!("../crs_template.txt");
|
||||
const CRS_TEMPLATE: &[u8] = include_bytes!("../resources/crs_template.txt");
|
||||
|
||||
pub struct CommandNew;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user