WIP: upgrade urfave/cli to v2 #404

Draft
p4u1 wants to merge 7 commits from p4u1/abra:upgrade-cli into main
1 changed files with 2 additions and 1 deletions
Showing only changes of commit b81f5651d3 - Show all commits

View File

@ -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, ""