Source
CLITemplateCreator() {
options
..addOption("template",
abbr: "t", help: "Name of the template to use", defaultsTo: "default")
..addFlag("offline",
negatable: false,
help: "Will fetch dependencies from a local cache if they exist.");
registerCommand(new CLITemplateList());
}