dirFromArgs property

Directory get dirFromArgs
inherited

Returns the directory from the command line arguments

Implementation

Directory get dirFromArgs => Directory(argResults!['input'] as String);