Skip to content

Commit 5532f99

Browse files
committed
Revert "run make_docs.nu"
This reverts commit ffbe438, since I didn't want that as part of the PR and just wanted it so people can see the results of running `make_docs.nu`
1 parent ffbe438 commit 5532f99

37 files changed

+58
-56
lines changed

.vuepress/configs/sidebar/command_categories.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,31 @@ 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',
810
'/commands/categories/date.md',
911
'/commands/categories/debug.md',
1012
'/commands/categories/default.md',
1113
'/commands/categories/env.md',
14+
'/commands/categories/expression.md',
1215
'/commands/categories/filesystem.md',
1316
'/commands/categories/filters.md',
1417
'/commands/categories/formats.md',
1518
'/commands/categories/generators.md',
1619
'/commands/categories/hash.md',
1720
'/commands/categories/history.md',
21+
'/commands/categories/lazyframe.md',
1822
'/commands/categories/math.md',
1923
'/commands/categories/misc.md',
2024
'/commands/categories/network.md',
2125
'/commands/categories/path.md',
2226
'/commands/categories/platform.md',
2327
'/commands/categories/plugin.md',
28+
'/commands/categories/prompt.md',
2429
'/commands/categories/random.md',
2530
'/commands/categories/removed.md',
2631
'/commands/categories/shells.md',
2732
'/commands/categories/strings.md',
2833
'/commands/categories/system.md',
2934
'/commands/categories/viewers.md',
30-
];
35+
];

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)