FormulaCommand constructor
FormulaCommand()
Creates the formula command group.
Implementation
FormulaCommand() {
addSubcommand(FormulaListCommand());
addSubcommand(FormulaRunCommand());
}
Creates the formula command group.
FormulaCommand() {
addSubcommand(FormulaListCommand());
addSubcommand(FormulaRunCommand());
}