1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-10 09:52:20 +08:00
This commit is contained in:
Tommi Virtanen
2015-04-28 16:18:26 -07:00
parent a0af9f5e8d
commit e78305546c
2 changed files with 2 additions and 3 deletions

View File

@ -116,7 +116,6 @@ func main() {
}
}
// ok now handle parse error (which means cli input was wrong,
// e.g. incorrect number of args, or nonexistent subcommand)
if parseErr != nil {

View File

@ -14,8 +14,8 @@ const (
requiredArg = "<%v>"
optionalArg = "[<%v>]"
variadicArg = "%v..."
shortFlag = "-%v"
longFlag = "--%v"
shortFlag = "-%v"
longFlag = "--%v"
optionType = "(%v)"
whitespace = "\r\n\t "