cliName top-level property

  1. @Deprecated('Use SidekickContext.cliName')
String cliName

Name of the cli program

Usually a short acronym, like 3 characters

Implementation

@Deprecated('Use SidekickContext.cliName')
String get cliName => SidekickContext.cliName;