dirFromArgs property
Returns the directory from the command line arguments
Implementation
Directory get dirFromArgs => Directory(argResults!['input'] as String);
Returns the directory from the command line arguments
Directory get dirFromArgs => Directory(argResults!['input'] as String);