Update to the latest required packages
This commit is contained in:
parent
5445ce1ccf
commit
14dcb9a66e
5 changed files with 120 additions and 111 deletions
|
|
@ -61,10 +61,6 @@ func ParseCliArguments(name, description string, arguments []string) (CliArgumen
|
|||
return CliArguments{}, errors.New(parser.Usage("Please follow this help"))
|
||||
}
|
||||
|
||||
if !syncCMD.Happened() && !(*version) && !statusCMD.Happened() {
|
||||
return CliArguments{}, errors.New(errNoCommand)
|
||||
}
|
||||
|
||||
if *limitName != "" && len(*limitTags) != 0 {
|
||||
return CliArguments{}, errors.New(errNameAndTagsTogether)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue