Skip to content

Commit f4ac6f6

Browse files
beyarkayAlphaKeks
authored andcommitted
Add commands cookbook to cargo-shuttle --help (shuttle-hq#985)
1 parent aabb010 commit f4ac6f6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cargo-shuttle/src/args.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ use crate::init::Template;
2020
#[derive(Parser)]
2121
#[command(
2222
version,
23-
about,
2423
// Cargo passes in the subcommand name to the invoked executable. Use a
2524
// hidden, optional positional argument to deal with it.
2625
arg(clap::Arg::new("dummy")
@@ -85,6 +84,10 @@ impl ProjectArgs {
8584
}
8685
}
8786

87+
/// A cargo command for the shuttle platform (https://www.shuttle.rs/)
88+
///
89+
/// See the CLI docs (https://docs.shuttle.rs/introduction/shuttle-commands)
90+
/// for more information.
8891
#[derive(Parser)]
8992
pub enum Command {
9093
/// Create a new shuttle project

0 commit comments

Comments
 (0)