Package google.registry.tools
Class ShellCommand
java.lang.Object
google.registry.tools.ShellCommand
- All Implemented Interfaces:
Command
Implements a tiny shell interpreter for the nomulus tool.
Parses a very simple command grammar. Tokens are either whitespace delimited words or double-quoted strings.
-
Method Summary
Modifier and TypeMethodDescriptionbuildCompletions
(com.beust.jcommander.JCommander jcommander) void
run()
Run the shell until the user presses "Ctrl-D".