We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aabb010 commit f4ac6f6Copy full SHA for f4ac6f6
cargo-shuttle/src/args.rs
@@ -20,7 +20,6 @@ use crate::init::Template;
20
#[derive(Parser)]
21
#[command(
22
version,
23
- about,
24
// Cargo passes in the subcommand name to the invoked executable. Use a
25
// hidden, optional positional argument to deal with it.
26
arg(clap::Arg::new("dummy")
@@ -85,6 +84,10 @@ impl ProjectArgs {
85
84
}
86
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.
91
92
pub enum Command {
93
/// Create a new shuttle project
0 commit comments