public interface Command
Command is a script to be run by Ash Shell.
You can declare your own command class by implementing this interface and
register a command instance into the shell with its command name via
Shell#register method.Copyright © 2014 Eiichiro Uchiumi. All Rights Reserved.