menu
stepflow package
documentation
cli/command.dart
cli/command.dart
dark_mode
light_mode
cli/command
library
Classes
Command
An action, callable by a user of the command line environment.
CommandInformation
Information about the context of execution of a command line prompt.
Functions
runCommand
(
Command
command
, [
List
<
String
>
rawArguments
=
const []
,
List
<
Flag
>
globalFlags
=
const []
])
→
Future
<
int
>
Executes a
Command
with the arguments of the command line.
stepflow package
documentation
cli/command.dart
stepflow
package
Libraries
cli
cli/command
cli/flag
cli/steps/check
cli/steps/install
cli/steps/shell
common
common/steps/atomics
common/steps/chain
common/steps/conditional
common/steps/loop
common/steps/runnable
common/steps/skipped
common/workflow
platform/attributes/android
platform/attributes/baremetal
platform/attributes/ios
platform/attributes/linux
platform/attributes/macos
platform/attributes/windows
platform/platform
response
command library