reading right flag key for rounds (#2135)
Signed-off-by: Gaurav Gahlot <gauravgahlot0107@gmail.com>
This commit is contained in:
@@ -37,8 +37,9 @@ func (opts *ShowSubCommand) do(input cli.Input) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (opts *ShowSubCommand) run(flaginput cli.Input) error {
|
func (opts *ShowSubCommand) run(flaginput cli.Input) error {
|
||||||
round := flaginput.Int(flagkey.TtName)
|
round := flaginput.Int(flagkey.TtRound)
|
||||||
cronSpec := flaginput.String(flagkey.TtCron)
|
cronSpec := flaginput.String(flagkey.TtCron)
|
||||||
|
|
||||||
if len(cronSpec) == 0 {
|
if len(cronSpec) == 0 {
|
||||||
return errors.New("need a cron spec like '0 30 * * * *', '@every 1h30m', or '@hourly'; use --cron")
|
return errors.New("need a cron spec like '0 30 * * * *', '@every 1h30m', or '@hourly'; use --cron")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user