add usage to every command

This commit is contained in:
2020-08-07 18:44:36 -05:00
parent 4325398ca8
commit 617c2fccf9
5 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,7 @@ func init() {
RegisterCommand(cmdName, Command{
Func: LsCmd,
Flags: fs,
Use: "[--selector=<selector>",
})
}