forked from toolshed/abra
fmt
This commit is contained in:
parent
7d80f4d56b
commit
b81f5651d3
@ -182,7 +182,8 @@ Example:
|
||||
|
||||
// Parse the command arguments from the cli args.
|
||||
// Arguments should look like this:
|
||||
// DOMAIN COMMAND -- ARGUMENT1 ARGUMENT2 ...
|
||||
//
|
||||
// DOMAIN COMMAND -- ARGUMENT1 ARGUMENT2 ...
|
||||
func parseCmdArgs(args []string) (bool, string) {
|
||||
if len(args) < 4 {
|
||||
return false, ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user