mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-31 23:25:09 +00:00
cli: don't show bench
/debug
subcommands by default
This commit is contained in:
parent
81a8cfefcb
commit
2b843d418b
@ -1791,6 +1791,7 @@ struct GitExportArgs {}
|
||||
|
||||
/// Commands for benchmarking internal operations
|
||||
#[derive(clap::Args, Clone, Debug)]
|
||||
#[clap(hide = true)]
|
||||
struct BenchArgs {
|
||||
#[clap(subcommand)]
|
||||
command: BenchCommands,
|
||||
@ -1844,6 +1845,7 @@ struct DebugArgs {
|
||||
}
|
||||
|
||||
#[derive(Subcommand, Clone, Debug)]
|
||||
#[clap(hide = true)]
|
||||
enum DebugCommands {
|
||||
Completion(DebugCompletionArgs),
|
||||
Mangen(DebugMangenArgs),
|
||||
|
Loading…
x
Reference in New Issue
Block a user