invocationCommandLabel method

String invocationCommandLabel(
  1. String invocation
)
inherited

Implementation

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