-
Feature Request
-
Resolution: Done
-
Major
-
1.0.0.Alpha1
-
Documentation (Ref Guide, User Guide, etc.)
[asdfadsf] foo $ help
Welcome to Seam Forge, a next-generation interactive Shell and project-generation tool. If you find yourself lost, or uncertain how to complete an operation, you may press the <TAB> key for command-completion, or <TAB><TAB> for hints while typing a command.
Type 'list-commands' for a list of available commands in the current Resource context.
Currently operating on the Project located at [/Users/lbaxter/Desktop/example/foo]
[asdfadsf] foo $
[asdfadsf] foo $ help new-project
[new-project] - Create a new project in an empty directory.
[OPTIONS]
[--named] The name of the new project
[--topLevelPackage] The top level package for your Java source files [e.g: "com.example.project"]
[--projectFolder] The folder in which to create this project [e.g: "~/Desktop/..."]
[--createMain] Toggle creation of a simple Main() script in the root package
[asdfadsf] foo $
- is related to
-
FORGE-243 Forge should <TAB>-complete defaultValues from Plugin Command Options
- Closed