Skip to content

Commit 0d85a98

Browse files
authored
Regenerate command docs (#1665)
* Regenerate command docs * chore: Fix polars_profile.md
1 parent d079886 commit 0d85a98

37 files changed

+69
-60
lines changed

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

commands/docs/encode_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, -`: Don't accept padding.
23+
- `--nopad`: Don't accept padding.
2424

2525

2626
## Input/output types:

0 commit comments

Comments
 (0)