blob: 183a2d81399c17abea65d56a856007b815ffdf00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
> Workspace Management Commands
## Usage
jvn workspace <SUBCOMMAND> <PARAM: ?>
## Subcommands
### Initialize
Initialize a `workspace` in the _current directory_
jvn workspace init
### Create
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`
|