We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe0ba87 commit 8020e77Copy full SHA for 8020e77
1 file changed
xtasks/crates/config/src/main.rs
@@ -19,7 +19,7 @@ struct Cli {
19
enum Subcommand {
20
/// Load a preset configuration.
21
Load {
22
- /// Name of the preset to load. Must correspond to a file in the `presets/` directory without the `.toml` extension.
+ /// Name of the preset to load. Can either be a path, or the name of a file in the `presets/` directory without the `.toml` extension.
23
preset: String,
24
/// Do not ask for confirmation.
25
#[arg(long, default_value_t = false)]
0 commit comments