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