description property
A description of this command, included in usage.
Implementation
@override
final description =
"execute command blocks defined in `--config`, using `--source` as the working directory. \n\n"
"e.g. generate a custom config on current directory. \n"
" ft --config_gen \n"
" ft --config=ft.yaml --config_gen \n\n"
"e.g. run commands (default block) in current directory. \n"
" ft execute . --config=ft.yaml \n\n"
"e.g. run commands (use blocks in order) in current directory. \n"
" ft execute . --config=ft.yaml --blocks=commands,my_commands";