directFromArgs property
bool
get
directFromArgs
Returns the direct flag from the command line arguments
Implementation
bool get directFromArgs =>
argResults?['direct'] as bool? ?? _cloneDirectDefault;