menu
shellx_core package
documentation
shell_prompt/shell_prompt.dart
Shell
addCommand method
addCommand method
dark_mode
light_mode
addCommand
method
void
addCommand
(
String
name
,
ShellCommand
command
)
Implementation
void addCommand(String name, ShellCommand command) { commands[name] = command; }
shellx_core package
documentation
shell_prompt/shell_prompt
Shell
addCommand method
Shell class