Package org.naturalcli.commands

Provides classes with pre-definded commands for NaturalCLI.

See:
          Description

Class Summary
ExecuteFileCommand Implements a command that executes a command list inside a file.
ExecuteFileCommandExecutor Executor for ExecuteFileCommand
HelpCommand Implements a command that outputs help information to the console.
HelpCommandExecutor Executor for HelpCommand
HTMLHelpCommand Implements a command that outputs help information to the console in HTML format.
HTMLHelpCommandExecutor Executor for HTMLHelpCommand
NullCommand Implements a NOP command that does nothing.
NullCommandExecutor Executor for NullCommand
SleepCommand Implements a command that waits for some seconds.
SleepCommandExecutor Executor for SleepCommand
 

Package org.naturalcli.commands Description

Provides classes with pre-definded commands for NaturalCLI.