This commit is contained in:
@ -182,7 +182,8 @@ 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 {
|
||||||
return false, ""
|
return false, ""
|
||||||
|
Reference in New Issue
Block a user