Recursively import presets from provided directory (#33)
Allow a directory to be passed as a preset, in which case all files inside the directory (recursively) are treated as presets, loaded in lexicographical order. This allows one to compose a system by mixing in different presets, and easily change their order of execution.
This commit is contained in:
@@ -37,7 +37,7 @@ pub struct CreateCommand {
|
||||
#[structopt(parse(from_os_str))]
|
||||
pub path: Option<PathBuf>,
|
||||
|
||||
/// Additional pacakges to install
|
||||
/// Additional packages to install
|
||||
#[structopt(short = "p", long = "extra-packages", value_name = "package")]
|
||||
pub extra_packages: Vec<String>,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user