File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111
1212func NewCmdAlias (f * cmdutil.Factory ) * cobra.Command {
1313 cmd := & cobra.Command {
14- Use : "alias" ,
14+ Use : "alias <command> " ,
1515 Short : "Create command shortcuts" ,
1616 Long : heredoc .Doc (`
1717 Aliases can be used to make shortcuts for gh commands or to compose multiple commands.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ func NewCmdConfig(f *cmdutil.Factory) *cobra.Command {
2424 }
2525
2626 cmd := & cobra.Command {
27- Use : "config" ,
27+ Use : "config <command> " ,
2828 Short : "Manage configuration for gh" ,
2929 Long : longDoc .String (),
3030 }
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212
1313func NewCmdGist (f * cmdutil.Factory ) * cobra.Command {
1414 cmd := & cobra.Command {
15- Use : "gist" ,
15+ Use : "gist <command> " ,
1616 Short : "Manage gists" ,
1717 Long : `Work with GitHub gists.` ,
1818 Annotations : map [string ]string {
You can’t perform that action at this time.
0 commit comments