5aa5a1cb00
This fix tries to address the issue raised in 24352. Previously, when `docker swarm update` has no flags, the output is ``` Swarm updated. ``` even though nothing was updated. This could be misleading for users. This fix tries to address the issue by adding a `PreRunE` function in the command so that in case no flag is provided (`cmd.Flags().NFlag() == 0`), the usage will be outputed instead. An integration has been added to cover the changes. This fix fixes 24352. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> |
||
---|---|---|
.. | ||
cmd.go | ||
init.go | ||
join.go | ||
join_token.go | ||
leave.go | ||
opts.go | ||
opts_test.go | ||
unlock.go | ||
unlock_key.go | ||
update.go |