зеркало из https://github.com/mislav/hub.git
Exit with status "1" when `hub` is run without arguments
This mimics `git` behavior.
This commit is contained in:
Родитель
21089ec0e4
Коммит
8dcd2a463f
|
@ -71,7 +71,7 @@ func (r *Runner) Execute() ExecError {
|
|||
|
||||
if args.Command == "" {
|
||||
printUsage()
|
||||
return newExecError(nil)
|
||||
return newExecError(fmt.Errorf(""))
|
||||
}
|
||||
|
||||
updater := NewUpdater()
|
||||
|
|
Загрузка…
Ссылка в новой задаче