diff options
Diffstat (limited to 'resources/helpdoc/commands/workspace.en.md')
| -rw-r--r-- | resources/helpdoc/commands/workspace.en.md | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/resources/helpdoc/commands/workspace.en.md b/resources/helpdoc/commands/workspace.en.md index 000943d..183a2d8 100644 --- a/resources/helpdoc/commands/workspace.en.md +++ b/resources/helpdoc/commands/workspace.en.md @@ -6,9 +6,16 @@ jvn workspace <SUBCOMMAND> <PARAM: ?> ## Subcommands ### Initialize -Initialize a workspace in the _current directory_ +Initialize a `workspace` in the _current directory_ jvn workspace init ### Create -Initialize a workspace in a _specified directory_ +Initialize a `workspace` in a _specified directory_ jvn workspace create <directory> + +### Operate & Display Sheet +Operate or display the `sheet` under the _current workspace_ +jvn workspace sheet <arguments: ?> + +> You can use the following to query detailed usage examples +> `jvn helpdoc commands/workspace/sheet` |
