Compare commits
No commits in common. "7e09d3b3e63e2337b7730ff6a38d1322ce063a8f" and "629e5566ae0d9fec39e9ab1ea2f71a232eb254a4" have entirely different histories.
7e09d3b3e6
...
629e5566ae
@ -17,7 +17,7 @@ func init() {
|
||||
RegisterCommand(cmdName, Command{
|
||||
Func: LsCmd,
|
||||
Flags: fs,
|
||||
Use: "[--selector=<selector>]",
|
||||
Use: "[--selector=<selector>",
|
||||
Short: "List the lights",
|
||||
})
|
||||
}
|
||||
|
@ -48,7 +48,7 @@ func main() {
|
||||
|
||||
cmd, ok := lumecmd.GetCommand(command)
|
||||
if !ok {
|
||||
fmt.Printf("lume: '%s' is not lume command. See 'lume help'\n", command)
|
||||
fmt.Printf("lume: '%s' is not lume command. See 'lume' --help.'\n", command)
|
||||
os.Exit(1)
|
||||
}
|
||||
fs := cmd.Flags
|
||||
|
Loading…
x
Reference in New Issue
Block a user