movePrevious method
Appends the given argument to the command input.
Implementation
void movePrevious(String argument) {
_internalArguments.insert(0, argument);
}
Appends the given argument to the command input.
void movePrevious(String argument) {
_internalArguments.insert(0, argument);
}