Skip to content

Commit 93e56f6

Browse files
committed
ci skip
1 parent 6dc115c commit 93e56f6

File tree

12 files changed

+148
-167
lines changed

12 files changed

+148
-167
lines changed

commands/docs/describe.md

Lines changed: 83 additions & 86 deletions
Large diffs are not rendered by default.

commands/docs/first.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ contributors: false
2020

2121
```> first {flags} (rows)```
2222

23+
## Flags
24+
25+
- `--strict, -s`: Throw an error if input is empty
26+
2327
## Parameters
2428

2529
- `rows`: Starting from the front, the number of rows to return.

commands/docs/from_ics.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,10 @@ Converts ics formatted string to table
3232
```nu
3333
> 'BEGIN:VCALENDAR
3434
END:VCALENDAR' | from ics
35-
╭───┬────────────────┬────────────────┬────────────────┬────────────────┬────────────────┬────────────┬──────╮
36-
│ # │ properties │ events │ alarms │ to-Dos │ journals │ free-busys │ time │
37-
│ │ │ │ │ │ │ │ zone │
38-
│ │ │ │ │ │ │ │ s │
39-
├───┼────────────────┼────────────────┼────────────────┼────────────────┼────────────────┼────────────┼──────┤
40-
│ 0 │ [list 0 items] │ [list 0 items] │ [list 0 items] │ [list 0 items] │ [list 0 items] │ [list 0 │ [lis │
41-
│ │ │ │ │ │ │ items] │ t 0 │
42-
│ │ │ │ │ │ │ │ item │
43-
│ │ │ │ │ │ │ │ s] │
44-
╰───┴────────────────┴────────────────┴────────────────┴────────────────┴────────────────┴────────────┴──────╯
35+
╭───┬────────────────┬────────────────┬────────────────┬────────────────┬────────────────┬────────────────┬────────────────╮
36+
│ # │ properties │ events │ alarms │ to-Dos │ journals │ free-busys │ timezones │
37+
├───┼────────────────┼────────────────┼────────────────┼────────────────┼────────────────┼────────────────┼────────────────┤
38+
│ 0 │ [list 0 items] │ [list 0 items] │ [list 0 items] │ [list 0 items] │ [list 0 items] │ [list 0 items] │ [list 0 items] │
39+
╰───┴────────────────┴────────────────┴────────────────┴────────────────┴────────────────┴────────────────┴────────────────╯
4540
4641
```

commands/docs/from_xml.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,19 @@ Converts xml formatted string to record
4040
<note>
4141
<remember>Event</remember>
4242
</note>' | from xml
43-
╭──────────────────────┬─────────────────────────────────────────────────────────────────────────────────────╮
44-
│ tag │ note
45-
│ attributes │ {record 0 fields}
46-
│ ╭───┬──────────┬───────────────────┬────────────────────────────────────╮
47-
│ content │ │ # │ tag │ attributes │ content │
48-
│ ├───┼──────────┼───────────────────┼────────────────────────────────────┤
49-
│ │ 0 │ remember │ {record 0 fields} │ ╭───┬─────┬────────────┬─────────╮ │
50-
│ │ │ │ │ │ # │ tag │ attributes │ content │ │
51-
│ │ │ │ │ ├───┼─────┼────────────┼─────────┤ │
52-
│ │ │ │ │ │ 0 │ │ │ Event │ │
53-
│ │ │ │ │ ╰───┴─────┴────────────┴─────────╯ │
54-
│ ╰───┴──────────┴───────────────────┴────────────────────────────────────╯
55-
╰──────────────────────┴─────────────────────────────────────────────────────────────────────────────────────╯
43+
╭───────────────────────────────────────────────────────────────────────────────────────╮
44+
│ tag │ note │
45+
│ attributes │ {record 0 fields} │
46+
│ │ ╭───┬──────────┬───────────────────┬────────────────────────────────────╮ │
47+
│ content │ │ # │ tag │ attributes │ content │ │
48+
│ │ ├───┼──────────┼───────────────────┼────────────────────────────────────┤ │
49+
│ │ │ 0 │ remember │ {record 0 fields} │ ╭───┬─────┬────────────┬─────────╮ │ │
50+
│ │ │ │ │ │ │ # │ tag │ attributes │ content │ │ │
51+
│ │ │ │ │ │ ├───┼─────┼────────────┼─────────┤ │ │
52+
│ │ │ │ │ │ │ 0 │ │ │ Event │ │ │
53+
│ │ │ │ │ │ ╰───┴─────┴────────────┴─────────╯ │ │
54+
│ │ ╰───┴──────────┴───────────────────┴────────────────────────────────────╯ │
55+
╰───────────────────────────────────────────────────────────────────────────────────────╯
5656
```
5757

5858
## Notes

commands/docs/histogram.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,12 @@ Compute a histogram for the types of files, with frequency column named freq
5252
Compute a histogram for a list of numbers
5353
```nu
5454
> [1 2 1] | histogram
55-
╭───┬───────┬───────┬──────────┬────────────┬────────────────────────────────────────────────────────────────╮
56-
│ # │ value │ count │ quantile │ percentage │ frequency │
57-
├───┼───────┼───────┼──────────┼────────────┼────────────────────────────────────────────────────────────────┤
58-
│ 0 │ 1 │ 2 │ 0.67 │ 66.67% │ ************************************************************** │
59-
│ │ │ │ │ │ **** │
60-
│ 1 │ 2 │ 1 │ 0.33 │ 33.33% │ ********************************* │
61-
╰───┴───────┴───────┴──────────┴────────────┴────────────────────────────────────────────────────────────────╯
55+
╭───┬───────┬───────┬──────────┬────────────┬────────────────────────────────────────────────────────────────────╮
56+
│ # │ value │ count │ quantile │ percentage │ frequency │
57+
├───┼───────┼───────┼──────────┼────────────┼────────────────────────────────────────────────────────────────────┤
58+
│ 0 │ 1 │ 2 │ 0.67 │ 66.67% │ ****************************************************************** │
59+
│ 1 │ 2 │ 1 │ 0.33 │ 33.33% │ ********************************* │
60+
╰───┴───────┴───────┴──────────┴────────────┴────────────────────────────────────────────────────────────────────╯
6261
6362
```
6463

commands/docs/last.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ contributors: false
2020

2121
```> last {flags} (rows)```
2222

23+
## Flags
24+
25+
- `--strict, -s`: Throw an error if input is empty
26+
2327
## Parameters
2428

2529
- `rows`: Starting from the back, the number of rows to return.

commands/docs/plugin_list.md

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

commands/docs/polars_as-datetime.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ Converts string to datetime using the `--not-exact` flag even with excessive sym
8888
╭───┬─────────────╮
8989
│ # │ datetime │
9090
├───┼─────────────┤
91-
│ 0 │ 2 weeks ago │
92-
│ 1 │ 2 weeks ago │
93-
│ 2 │ 2 weeks ago │
94-
│ 3 │ 2 weeks ago │
91+
│ 0 │ 3 weeks ago │
92+
│ 1 │ 3 weeks ago │
93+
│ 2 │ 3 weeks ago │
94+
│ 3 │ 3 weeks ago │
9595
╰───┴─────────────╯
9696
9797
```

0 commit comments

Comments
 (0)