add usage to every command
This commit is contained in:
@ -18,6 +18,7 @@ func init() {
|
||||
RegisterCommand(cmdName, Command{
|
||||
Func: ToggleCmd,
|
||||
Flags: fs,
|
||||
Use: "[--selector <selector>] [--duration <sec>]",
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user