Skip to content

Commit ffbe438

Browse files
committed
run make_docs.nu
1 parent d8ef22c commit ffbe438

37 files changed

+56
-58
lines changed

.vuepress/configs/sidebar/command_categories.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,26 @@ export const commandCategories = [
55
'/commands/categories/conversions.md',
66
'/commands/categories/core.md',
77
'/commands/categories/database.md',
8-
'/commands/categories/dataframe.md',
9-
'/commands/categories/dataframe_or_lazyframe.md',
108
'/commands/categories/date.md',
119
'/commands/categories/debug.md',
1210
'/commands/categories/default.md',
1311
'/commands/categories/env.md',
14-
'/commands/categories/expression.md',
1512
'/commands/categories/filesystem.md',
1613
'/commands/categories/filters.md',
1714
'/commands/categories/formats.md',
1815
'/commands/categories/generators.md',
1916
'/commands/categories/hash.md',
2017
'/commands/categories/history.md',
21-
'/commands/categories/lazyframe.md',
2218
'/commands/categories/math.md',
2319
'/commands/categories/misc.md',
2420
'/commands/categories/network.md',
2521
'/commands/categories/path.md',
2622
'/commands/categories/platform.md',
2723
'/commands/categories/plugin.md',
28-
'/commands/categories/prompt.md',
2924
'/commands/categories/random.md',
3025
'/commands/categories/removed.md',
3126
'/commands/categories/shells.md',
3227
'/commands/categories/strings.md',
3328
'/commands/categories/system.md',
3429
'/commands/categories/viewers.md',
35-
];
30+
];

commands/docs/cal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ usage: |
2424
- `--quarter, -q`: Display the quarter column
2525
- `--month, -m`: Display the month column
2626
- `--as-table, -t`: output as a table
27-
- `--full-year, - {int}`: Display a year-long calendar for the specified year
28-
- `--week-start, - {string}`: Display the calendar with the specified day as the first day of the week
29-
- `--month-names, -`: Display the month names instead of integers
27+
- `--full-year {int}`: Display a year-long calendar for the specified year
28+
- `--week-start {string}`: Display the calendar with the specified day as the first day of the week
29+
- `--month-names`: Display the month names instead of integers
3030

3131

3232
## Input/output types:

commands/docs/collect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ usage: |
2020

2121
## Flags
2222

23-
- `--keep-env, -`: let the closure affect environment variables
23+
- `--keep-env`: let the closure affect environment variables
2424

2525
## Parameters
2626

commands/docs/cp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ usage: |
2929
- `--update, -u`: copy only when the SOURCE file is newer than the destination file or when the destination file is missing
3030
- `--progress, -p`: display a progress bar
3131
- `--no-clobber, -n`: do not overwrite an existing file
32-
- `--preserve, - {list<string>}`: preserve only the specified attributes (empty list means no attributes preserved)
32+
- `--preserve {list<string>}`: preserve only the specified attributes (empty list means no attributes preserved)
3333
if not specified only mode is preserved
3434
possible values: mode, ownership (unix only), timestamps, context, link, links, xattr
35-
- `--debug, -`: explain how a file is copied. Implies -v
35+
- `--debug`: explain how a file is copied. Implies -v
3636

3737
## Parameters
3838

commands/docs/decode_base32.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ usage: |
2020

2121
## Flags
2222

23-
- `--nopad, -`: Do not pad the output.
23+
- `--nopad`: Do not pad the output.
2424

2525

2626
## Input/output types:

commands/docs/decode_base32hex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ usage: |
2020

2121
## Flags
2222

23-
- `--nopad, -`: Reject input with padding.
23+
- `--nopad`: Reject input with padding.
2424

2525

2626
## Input/output types:

commands/docs/decode_base64.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ usage: |
2020

2121
## Flags
2222

23-
- `--url, -`: Decode the URL-safe Base64 version.
24-
- `--nopad, -`: Reject padding.
23+
- `--url`: Decode the URL-safe Base64 version.
24+
- `--nopad`: Reject padding.
2525

2626

2727
## Input/output types:

commands/docs/def.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ usage: |
2020

2121
## Flags
2222

23-
- `--env, -`: keep the environment defined inside the command
24-
- `--wrapped, -`: treat unknown flags and arguments as strings (requires ...rest-like parameter in signature)
23+
- `--env`: keep the environment defined inside the command
24+
- `--wrapped`: treat unknown flags and arguments as strings (requires ...rest-like parameter in signature)
2525

2626
## Parameters
2727

commands/docs/detect_columns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ usage: |
2323
- `--skip, -s {int}`: number of rows to skip before detecting
2424
- `--no-headers, -n`: don't detect headers
2525
- `--combine-columns, -c {range}`: columns to be combined; listed as a range
26-
- `--guess, -`: detect columns by guessing width, it may be useful if default one doesn't work
26+
- `--guess`: detect columns by guessing width, it may be useful if default one doesn't work
2727

2828

2929
## Input/output types:

commands/docs/do.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ usage: |
2424
- `--ignore-shell-errors, -s`: ignore shell errors as the closure runs
2525
- `--ignore-program-errors, -p`: ignore external program errors as the closure runs
2626
- `--capture-errors, -c`: catch errors as the closure runs, and return them
27-
- `--env, -`: keep the environment defined inside the command
27+
- `--env`: keep the environment defined inside the command
2828

2929
## Parameters
3030

0 commit comments

Comments
 (0)