invocationSubcommandLabel method

String invocationSubcommandLabel(
  1. String invocation
)
inherited

Implementation

String invocationSubcommandLabel(String invocation) =>
    '${theme.colors.active(invocation)} ${theme.colors.active('<subcommand>')} ${theme.colors.hint('[...flags]')}';