baseCommand property

String get baseCommand

The base command name the CLI was invoked under, e.g. scloud.

Valid once the command has been added to the command runner.

Implementation

String get baseCommand => runner.executableName;