Skip to content

Commit ed5408e

Browse files
committed
feat(alias): Add docs for alias command
Signed-off-by: Abhijat Malviya <[email protected]>
1 parent 3f39e82 commit ed5408e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/managing-dragonfly/flags.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ flags which include specified substring in either in the name, description or pa
172172
`default: ""`
173173

174174
### `--rename_command`
175-
Change the name of commands, format is: <cmd1_name>=<cmd1_new_name>, <cmd2_name>=<cmd2_new_name>)
175+
Change the name of commands, format is: `<cmd1_name>=<cmd1_new_name>, <cmd2_name>=<cmd2_new_name>`
176176

177177
`default:`
178178

@@ -545,3 +545,8 @@ flags which include specified substring in either in the name, description or pa
545545
Log messages at or above this level are copied to stderr in addition to logfiles. This flag obsoletes --alsologtostderr
546546

547547
`default: 2`
548+
549+
### `--command_alias`
550+
Add an alias for given commands, format is: `<alias>=<original>, <alias>=<original>`
551+
552+
`default:`

0 commit comments

Comments
 (0)