No need to use a map

This commit is contained in:
Kovid Goyal
2022-09-27 11:18:29 +05:30
parent 3bd4fd999a
commit 2633356842
2 changed files with 6 additions and 2 deletions

View File

@@ -106,5 +106,5 @@ func setup_CMD_NAME(parent *cli.Command) *cli.Command {
}
func init() {
all_commands["CMD_NAME"] = setup_CMD_NAME
register_at_cmd(setup_CMD_NAME)
}