Merge pull request #42 from stephen679/fix_no_arguments
cmd: gomtree no arguments
This commit is contained in:
commit
2324bb8b19
1 changed files with 5 additions and 5 deletions
|
@ -227,13 +227,13 @@ func main() {
|
||||||
fmt.Printf("%s missing\n", missingpath)
|
fmt.Printf("%s missing\n", missingpath)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
log.Println("neither validating or creating a manifest. Please provide additional arguments")
|
log.Println("neither validating or creating a manifest. Please provide additional arguments")
|
||||||
isErr = true
|
isErr = true
|
||||||
defer os.Exit(1)
|
defer os.Exit(1)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func splitKeywordsArg(str string) []string {
|
func splitKeywordsArg(str string) []string {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue