mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-16 00:56:23 +00:00
cli: show help when jj git remote
is called without subcommand
This commit is contained in:
parent
0f46c2453e
commit
50058d8a31
1 changed files with 1 additions and 0 deletions
|
@ -1074,6 +1074,7 @@ https://github.com/martinvonz/jj/blob/main/docs/git-comparison.md.\
|
|||
.subcommand(
|
||||
SubCommand::with_name("remote")
|
||||
.about("Manage Git remotes")
|
||||
.setting(clap::AppSettings::SubcommandRequiredElseHelp)
|
||||
.subcommand(
|
||||
SubCommand::with_name("add")
|
||||
.about("Add a Git remote")
|
||||
|
|
Loading…
Reference in a new issue