Commit aa1c3cae authored by Brian Tiger Chow's avatar Brian Tiger Chow Committed by Juan Batiz-Benet

fix(tour) variadic -> false

parent 99d50984
...@@ -15,7 +15,7 @@ import ( ...@@ -15,7 +15,7 @@ import (
var cmdTour = &cmds.Command{ var cmdTour = &cmds.Command{
Arguments: []cmds.Argument{ Arguments: []cmds.Argument{
cmds.Argument{"number", cmds.ArgString, false, true}, cmds.Argument{"number", cmds.ArgString, false, false},
}, },
// TODO UsageLine: "tour [<number>]", // TODO UsageLine: "tour [<number>]",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment