blob: e7fcfff29fdd802a68ccb07bf0a147394935636a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
> Operate on or display the `sheet` in the _current workspace_
## Usage
jvn workspace sheet <arguments: ?>
__ --new <sheet_name> # Create a sheet
__ --delete <sheet_name> # Delete a sheet
__ --print-path <sheet_name> # Print the sheet path
__ --list-all # List all sheets
## Aliases
__ --n <sheet_name>
__ -d <sheet_name>
__ -p <sheet_name>
__ -A
|