menu
stepflow package
documentation
cli/command.dart
CommandInformation
CommandInformation.new constructor
CommandInformation.new constructor
dark_mode
light_mode
CommandInformation
constructor
CommandInformation
(
Command
command
,
String
argument
,
List
<
Flag
>
flags
)
Implementation
CommandInformation(this.command, this.argument, this.flags);
stepflow package
documentation
cli/command
CommandInformation
CommandInformation.new constructor
CommandInformation class