parseSubCmd function

bool parseSubCmd(
  1. List<String> args, {
  2. CliOptSubCmdMap? map,
})

Parse sub-commands and their arguments

Implementation

bool parseSubCmd(List<String> args, {CliOptSubCmdMap? map}) =>
    CliSubCmdParser.exec(args, map: map);