Skip to content

Refresh command docs for Nu v0.95 #1458

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 1 addition & 2 deletions commands/docs/alias.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: alias
categories: |
core
version: 0.94.0
version: 0.95.0
core: |
Alias a command (with optional flags) to a new name.
usage: |
Alias a command (with optional flags) to a new name.
feature: default
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

Expand Down
3 changes: 1 addition & 2 deletions commands/docs/all.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: all
categories: |
filters
version: 0.94.0
version: 0.95.0
filters: |
Test if every element of the input fulfills a predicate expression.
usage: |
Test if every element of the input fulfills a predicate expression.
feature: default
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

Expand Down
3 changes: 1 addition & 2 deletions commands/docs/ansi.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: ansi
categories: |
platform
version: 0.94.0
version: 0.95.0
platform: |
Output ANSI codes to change color and style of text.
usage: |
Output ANSI codes to change color and style of text.
feature: default
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

Expand Down
3 changes: 1 addition & 2 deletions commands/docs/ansi_gradient.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: ansi gradient
categories: |
platform
version: 0.94.0
version: 0.95.0
platform: |
Add a color gradient (using ANSI color codes) to the given string.
usage: |
Add a color gradient (using ANSI color codes) to the given string.
feature: default
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

Expand Down
3 changes: 1 addition & 2 deletions commands/docs/ansi_link.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: ansi link
categories: |
platform
version: 0.94.0
version: 0.95.0
platform: |
Add a link (using OSC 8 escape sequence) to the given string.
usage: |
Add a link (using OSC 8 escape sequence) to the given string.
feature: default
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

Expand Down
3 changes: 1 addition & 2 deletions commands/docs/ansi_strip.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: ansi strip
categories: |
platform
version: 0.94.0
version: 0.95.0
platform: |
Strip ANSI escape sequences from a string.
usage: |
Strip ANSI escape sequences from a string.
feature: default
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

Expand Down
3 changes: 1 addition & 2 deletions commands/docs/any.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: any
categories: |
filters
version: 0.94.0
version: 0.95.0
filters: |
Tests if any element of the input fulfills a predicate expression.
usage: |
Tests if any element of the input fulfills a predicate expression.
feature: default
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

Expand Down
3 changes: 1 addition & 2 deletions commands/docs/append.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: append
categories: |
filters
version: 0.94.0
version: 0.95.0
filters: |
Append any number of rows to a table.
usage: |
Append any number of rows to a table.
feature: default
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

Expand Down
3 changes: 1 addition & 2 deletions commands/docs/ast.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: ast
categories: |
debug
version: 0.94.0
version: 0.95.0
debug: |
Print the abstract syntax tree (ast) for a pipeline.
usage: |
Print the abstract syntax tree (ast) for a pipeline.
feature: default
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

Expand Down
3 changes: 1 addition & 2 deletions commands/docs/bits.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: bits
categories: |
bits
version: 0.94.0
version: 0.95.0
bits: |
Various commands for working with bits.
usage: |
Various commands for working with bits.
feature: default
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

Expand Down
3 changes: 1 addition & 2 deletions commands/docs/bits_and.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: bits and
categories: |
bits
version: 0.94.0
version: 0.95.0
bits: |
Performs bitwise and for ints or binary values.
usage: |
Performs bitwise and for ints or binary values.
feature: default
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

Expand Down
3 changes: 1 addition & 2 deletions commands/docs/bits_not.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: bits not
categories: |
bits
version: 0.94.0
version: 0.95.0
bits: |
Performs logical negation on each bit.
usage: |
Performs logical negation on each bit.
feature: default
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

Expand Down
3 changes: 1 addition & 2 deletions commands/docs/bits_or.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: bits or
categories: |
bits
version: 0.94.0
version: 0.95.0
bits: |
Performs bitwise or for ints or binary values.
usage: |
Performs bitwise or for ints or binary values.
feature: default
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

Expand Down
3 changes: 1 addition & 2 deletions commands/docs/bits_rol.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: bits rol
categories: |
bits
version: 0.94.0
version: 0.95.0
bits: |
Bitwise rotate left for ints or binary values.
usage: |
Bitwise rotate left for ints or binary values.
feature: default
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

Expand Down
3 changes: 1 addition & 2 deletions commands/docs/bits_ror.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: bits ror
categories: |
bits
version: 0.94.0
version: 0.95.0
bits: |
Bitwise rotate right for ints or binary values.
usage: |
Bitwise rotate right for ints or binary values.
feature: default
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

Expand Down
3 changes: 1 addition & 2 deletions commands/docs/bits_shl.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: bits shl
categories: |
bits
version: 0.94.0
version: 0.95.0
bits: |
Bitwise shift left for ints or binary values.
usage: |
Bitwise shift left for ints or binary values.
feature: default
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

Expand Down
3 changes: 1 addition & 2 deletions commands/docs/bits_shr.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: bits shr
categories: |
bits
version: 0.94.0
version: 0.95.0
bits: |
Bitwise shift right for ints or binary values.
usage: |
Bitwise shift right for ints or binary values.
feature: default
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

Expand Down
3 changes: 1 addition & 2 deletions commands/docs/bits_xor.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: bits xor
categories: |
bits
version: 0.94.0
version: 0.95.0
bits: |
Performs bitwise xor for ints or binary values.
usage: |
Performs bitwise xor for ints or binary values.
feature: default
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

Expand Down
3 changes: 1 addition & 2 deletions commands/docs/break.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: break
categories: |
core
version: 0.94.0
version: 0.95.0
core: |
Break a loop.
usage: |
Break a loop.
feature: default
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

Expand Down
3 changes: 1 addition & 2 deletions commands/docs/bytes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: bytes
categories: |
bytes
version: 0.94.0
version: 0.95.0
bytes: |
Various commands for working with byte data.
usage: |
Various commands for working with byte data.
feature: default
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

Expand Down
3 changes: 1 addition & 2 deletions commands/docs/bytes_add.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: bytes add
categories: |
bytes
version: 0.94.0
version: 0.95.0
bytes: |
Add specified bytes to the input.
usage: |
Add specified bytes to the input.
feature: default
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

Expand Down
3 changes: 1 addition & 2 deletions commands/docs/bytes_at.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: bytes at
categories: |
bytes
version: 0.94.0
version: 0.95.0
bytes: |
Get bytes defined by a range.
usage: |
Get bytes defined by a range.
feature: default
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

Expand Down
3 changes: 1 addition & 2 deletions commands/docs/bytes_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: bytes build
categories: |
bytes
version: 0.94.0
version: 0.95.0
bytes: |
Create bytes from the arguments.
usage: |
Create bytes from the arguments.
feature: default
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

Expand Down
3 changes: 1 addition & 2 deletions commands/docs/bytes_collect.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: bytes collect
categories: |
bytes
version: 0.94.0
version: 0.95.0
bytes: |
Concatenate multiple binary into a single binary, with an optional separator between each.
usage: |
Concatenate multiple binary into a single binary, with an optional separator between each.
feature: default
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

Expand Down
3 changes: 1 addition & 2 deletions commands/docs/bytes_ends-with.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: bytes ends-with
categories: |
bytes
version: 0.94.0
version: 0.95.0
bytes: |
Check if bytes ends with a pattern.
usage: |
Check if bytes ends with a pattern.
feature: default
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

Expand Down
3 changes: 1 addition & 2 deletions commands/docs/bytes_index-of.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: bytes index-of
categories: |
bytes
version: 0.94.0
version: 0.95.0
bytes: |
Returns start index of first occurrence of pattern in bytes, or -1 if no match.
usage: |
Returns start index of first occurrence of pattern in bytes, or -1 if no match.
feature: default
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

Expand Down
3 changes: 1 addition & 2 deletions commands/docs/bytes_length.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: bytes length
categories: |
bytes
version: 0.94.0
version: 0.95.0
bytes: |
Output the length of any bytes in the pipeline.
usage: |
Output the length of any bytes in the pipeline.
feature: default
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

Expand Down
3 changes: 1 addition & 2 deletions commands/docs/bytes_remove.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: bytes remove
categories: |
bytes
version: 0.94.0
version: 0.95.0
bytes: |
Remove bytes.
usage: |
Remove bytes.
feature: default
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

Expand Down
Loading
Loading