Variable globalFlagsConst

globalFlags: { "no-color": BooleanFlag<boolean>; verbose: BooleanFlag<boolean> } = ...

An object that contains the flags that are shared across all the commands.

Type declaration

  • no-color: BooleanFlag<boolean>
  • verbose: BooleanFlag<boolean>