menu
neomage package
documentation
utils/bash/bash_parser.dart
SimpleCommand
words property
words property
dark_mode
light_mode
words
property
List
<
String
>
get
words
All words: executable + arguments.
Implementation
List<String> get words => [executable, ...arguments];
neomage package
documentation
utils/bash/bash_parser
SimpleCommand
words property
SimpleCommand class