menu
ironship package
documentation
commands/add_feature_command.dart
AddFeatureCommand
run method
run method
dark_mode
light_mode
run
method
Future
<
void
>
run
(
List
<
String
>
arguments
)
Implementation
Future<void> run(List<String> arguments) async { // TODO: Parse options like feature name. }
ironship package
documentation
commands/add_feature_command
AddFeatureCommand
run method
AddFeatureCommand class