Skip to content

Commit 156326f

Browse files
committed
Refresh Nu command docs for v0.102
1 parent 2b4c9b4 commit 156326f

9 files changed

+17
-9
lines changed

commands/docs/cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ contributors: false
3434
| input | output |
3535
| ------- | ------- |
3636
| nothing | nothing |
37-
| string | nothing |
37+
3838
## Examples
3939

4040
Change to your home directory

commands/docs/format_date.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ contributors: false
3333

3434
| input | output |
3535
| -------- | ------ |
36+
| any | table |
3637
| datetime | string |
3738
| nothing | table |
3839
| string | string |

commands/docs/into_datetime.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@ contributors: false
3737

3838
| input | output |
3939
| ------------ | -------------- |
40+
| any | table |
4041
| datetime | datetime |
4142
| int | datetime |
4243
| list\<string\> | list\<datetime\> |
44+
| nothing | table |
4345
| record | record |
4446
| string | datetime |
4547
| table | table |

commands/docs/load-env.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ contributors: false
2929

3030
| input | output |
3131
| ------- | ------- |
32+
| any | nothing |
3233
| nothing | nothing |
3334
| record | nothing |
3435
## Examples

commands/docs/nu-check.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ contributors: false
3434

3535
| input | output |
3636
| --------- | ------ |
37+
| any | bool |
3738
| list\<any\> | bool |
3839
| nothing | bool |
3940
| string | bool |

commands/docs/open.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ contributors: false
3333

3434
| input | output |
3535
| ------- | ------ |
36+
| any | any |
3637
| nothing | any |
3738
| string | any |
3839
## Examples

commands/docs/plugin_list.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ contributors: false
3838
List installed plugins.
3939
```nu
4040
> plugin list
41-
╭─────┬────────┬──────────────────────┬───────────┬──────────┬────────────────────────────────┬────────┬──────────────╮
42-
│ # │ name │ version │ status │ pid │ filename │ shell │ commands │
43-
├─────┼────────┼──────────────────────┼───────────┼──────────┼────────────────────────────────┼────────┼──────────────┤
44-
│ 0 │ inc │ 0.101.1-nightly.30 │ running │ 106480 │ /opt/nu/plugins/nu_plugin_inc │ │ ╭───┬─────╮ │
45-
│ │ │ │ │ │ │ │ │ 0 │ inc │ │
46-
│ │ │ │ │ │ │ │ ╰───┴─────╯ │
47-
╰─────┴────────┴──────────────────────┴───────────┴──────────┴────────────────────────────────┴────────┴──────────────╯
41+
╭─────┬────────┬──────────────┬───────────┬──────────┬────────────────────────────────┬────────┬──────────────╮
42+
│ # │ name │ version │ status │ pid │ filename │ shell │ commands │
43+
├─────┼────────┼──────────────┼───────────┼──────────┼────────────────────────────────┼────────┼──────────────┤
44+
│ 0 │ inc │ 0.102.0 │ running │ 106480 │ /opt/nu/plugins/nu_plugin_inc │ │ ╭───┬─────╮ │
45+
│ │ │ │ │ │ │ │ │ 0 │ inc │ │
46+
│ │ │ │ │ │ │ │ ╰───┴─────╯ │
47+
╰─────┴────────┴──────────────┴───────────┴──────────┴────────────────────────────────┴────────┴──────────────╯
4848
4949
```
5050

@@ -75,4 +75,4 @@ or the plugin has not been loaded yet, the values of `version`, `filename`,
7575
`shell`, and `commands` reflect the values in the engine and not the ones in
7676
the plugin registry file.
7777

78-
See also: `plugin use`
78+
See also: `plugin use`

commands/docs/stor_insert.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ contributors: false
3030

3131
| input | output |
3232
| ------- | ------ |
33+
| any | table |
3334
| nothing | table |
3435
| record | table |
3536
| table | table |

commands/docs/stor_update.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ contributors: false
3131

3232
| input | output |
3333
| ------- | ------ |
34+
| any | table |
3435
| nothing | table |
3536
| record | table |
3637
## Examples

0 commit comments

Comments
 (0)