Skip to content

Commit 2320df7

Browse files
authored
Refresh command docs for Nu v0.95 (#1458)
* Refresh command docs for Nu v0.95 * ci skip
1 parent aba7449 commit 2320df7

File tree

540 files changed

+697
-1176
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

540 files changed

+697
-1176
lines changed

commands/docs/alias.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: alias
33
categories: |
44
core
5-
version: 0.94.0
5+
version: 0.95.0
66
core: |
77
Alias a command (with optional flags) to a new name.
88
usage: |
99
Alias a command (with optional flags) to a new name.
10-
feature: default
1110
---
1211
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1312

commands/docs/all.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: all
33
categories: |
44
filters
5-
version: 0.94.0
5+
version: 0.95.0
66
filters: |
77
Test if every element of the input fulfills a predicate expression.
88
usage: |
99
Test if every element of the input fulfills a predicate expression.
10-
feature: default
1110
---
1211
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1312

commands/docs/ansi.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: ansi
33
categories: |
44
platform
5-
version: 0.94.0
5+
version: 0.95.0
66
platform: |
77
Output ANSI codes to change color and style of text.
88
usage: |
99
Output ANSI codes to change color and style of text.
10-
feature: default
1110
---
1211
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1312

commands/docs/ansi_gradient.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: ansi gradient
33
categories: |
44
platform
5-
version: 0.94.0
5+
version: 0.95.0
66
platform: |
77
Add a color gradient (using ANSI color codes) to the given string.
88
usage: |
99
Add a color gradient (using ANSI color codes) to the given string.
10-
feature: default
1110
---
1211
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1312

commands/docs/ansi_link.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: ansi link
33
categories: |
44
platform
5-
version: 0.94.0
5+
version: 0.95.0
66
platform: |
77
Add a link (using OSC 8 escape sequence) to the given string.
88
usage: |
99
Add a link (using OSC 8 escape sequence) to the given string.
10-
feature: default
1110
---
1211
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1312

commands/docs/ansi_strip.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: ansi strip
33
categories: |
44
platform
5-
version: 0.94.0
5+
version: 0.95.0
66
platform: |
77
Strip ANSI escape sequences from a string.
88
usage: |
99
Strip ANSI escape sequences from a string.
10-
feature: default
1110
---
1211
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1312

commands/docs/any.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: any
33
categories: |
44
filters
5-
version: 0.94.0
5+
version: 0.95.0
66
filters: |
77
Tests if any element of the input fulfills a predicate expression.
88
usage: |
99
Tests if any element of the input fulfills a predicate expression.
10-
feature: default
1110
---
1211
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1312

commands/docs/append.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: append
33
categories: |
44
filters
5-
version: 0.94.0
5+
version: 0.95.0
66
filters: |
77
Append any number of rows to a table.
88
usage: |
99
Append any number of rows to a table.
10-
feature: default
1110
---
1211
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1312

commands/docs/ast.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: ast
33
categories: |
44
debug
5-
version: 0.94.0
5+
version: 0.95.0
66
debug: |
77
Print the abstract syntax tree (ast) for a pipeline.
88
usage: |
99
Print the abstract syntax tree (ast) for a pipeline.
10-
feature: default
1110
---
1211
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1312

commands/docs/bits.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: bits
33
categories: |
44
bits
5-
version: 0.94.0
5+
version: 0.95.0
66
bits: |
77
Various commands for working with bits.
88
usage: |
99
Various commands for working with bits.
10-
feature: default
1110
---
1211
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1312

commands/docs/bits_and.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: bits and
33
categories: |
44
bits
5-
version: 0.94.0
5+
version: 0.95.0
66
bits: |
77
Performs bitwise and for ints or binary values.
88
usage: |
99
Performs bitwise and for ints or binary values.
10-
feature: default
1110
---
1211
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1312

commands/docs/bits_not.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: bits not
33
categories: |
44
bits
5-
version: 0.94.0
5+
version: 0.95.0
66
bits: |
77
Performs logical negation on each bit.
88
usage: |
99
Performs logical negation on each bit.
10-
feature: default
1110
---
1211
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1312

commands/docs/bits_or.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: bits or
33
categories: |
44
bits
5-
version: 0.94.0
5+
version: 0.95.0
66
bits: |
77
Performs bitwise or for ints or binary values.
88
usage: |
99
Performs bitwise or for ints or binary values.
10-
feature: default
1110
---
1211
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1312

commands/docs/bits_rol.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: bits rol
33
categories: |
44
bits
5-
version: 0.94.0
5+
version: 0.95.0
66
bits: |
77
Bitwise rotate left for ints or binary values.
88
usage: |
99
Bitwise rotate left for ints or binary values.
10-
feature: default
1110
---
1211
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1312

commands/docs/bits_ror.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: bits ror
33
categories: |
44
bits
5-
version: 0.94.0
5+
version: 0.95.0
66
bits: |
77
Bitwise rotate right for ints or binary values.
88
usage: |
99
Bitwise rotate right for ints or binary values.
10-
feature: default
1110
---
1211
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1312

commands/docs/bits_shl.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: bits shl
33
categories: |
44
bits
5-
version: 0.94.0
5+
version: 0.95.0
66
bits: |
77
Bitwise shift left for ints or binary values.
88
usage: |
99
Bitwise shift left for ints or binary values.
10-
feature: default
1110
---
1211
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1312

commands/docs/bits_shr.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: bits shr
33
categories: |
44
bits
5-
version: 0.94.0
5+
version: 0.95.0
66
bits: |
77
Bitwise shift right for ints or binary values.
88
usage: |
99
Bitwise shift right for ints or binary values.
10-
feature: default
1110
---
1211
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1312

commands/docs/bits_xor.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: bits xor
33
categories: |
44
bits
5-
version: 0.94.0
5+
version: 0.95.0
66
bits: |
77
Performs bitwise xor for ints or binary values.
88
usage: |
99
Performs bitwise xor for ints or binary values.
10-
feature: default
1110
---
1211
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1312

commands/docs/break.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: break
33
categories: |
44
core
5-
version: 0.94.0
5+
version: 0.95.0
66
core: |
77
Break a loop.
88
usage: |
99
Break a loop.
10-
feature: default
1110
---
1211
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1312

commands/docs/bytes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: bytes
33
categories: |
44
bytes
5-
version: 0.94.0
5+
version: 0.95.0
66
bytes: |
77
Various commands for working with byte data.
88
usage: |
99
Various commands for working with byte data.
10-
feature: default
1110
---
1211
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1312

commands/docs/bytes_add.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: bytes add
33
categories: |
44
bytes
5-
version: 0.94.0
5+
version: 0.95.0
66
bytes: |
77
Add specified bytes to the input.
88
usage: |
99
Add specified bytes to the input.
10-
feature: default
1110
---
1211
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1312

commands/docs/bytes_at.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: bytes at
33
categories: |
44
bytes
5-
version: 0.94.0
5+
version: 0.95.0
66
bytes: |
77
Get bytes defined by a range.
88
usage: |
99
Get bytes defined by a range.
10-
feature: default
1110
---
1211
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1312

commands/docs/bytes_build.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: bytes build
33
categories: |
44
bytes
5-
version: 0.94.0
5+
version: 0.95.0
66
bytes: |
77
Create bytes from the arguments.
88
usage: |
99
Create bytes from the arguments.
10-
feature: default
1110
---
1211
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1312

commands/docs/bytes_collect.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: bytes collect
33
categories: |
44
bytes
5-
version: 0.94.0
5+
version: 0.95.0
66
bytes: |
77
Concatenate multiple binary into a single binary, with an optional separator between each.
88
usage: |
99
Concatenate multiple binary into a single binary, with an optional separator between each.
10-
feature: default
1110
---
1211
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1312

commands/docs/bytes_ends-with.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: bytes ends-with
33
categories: |
44
bytes
5-
version: 0.94.0
5+
version: 0.95.0
66
bytes: |
77
Check if bytes ends with a pattern.
88
usage: |
99
Check if bytes ends with a pattern.
10-
feature: default
1110
---
1211
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1312

commands/docs/bytes_index-of.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: bytes index-of
33
categories: |
44
bytes
5-
version: 0.94.0
5+
version: 0.95.0
66
bytes: |
77
Returns start index of first occurrence of pattern in bytes, or -1 if no match.
88
usage: |
99
Returns start index of first occurrence of pattern in bytes, or -1 if no match.
10-
feature: default
1110
---
1211
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1312

commands/docs/bytes_length.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: bytes length
33
categories: |
44
bytes
5-
version: 0.94.0
5+
version: 0.95.0
66
bytes: |
77
Output the length of any bytes in the pipeline.
88
usage: |
99
Output the length of any bytes in the pipeline.
10-
feature: default
1110
---
1211
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1312

commands/docs/bytes_remove.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: bytes remove
33
categories: |
44
bytes
5-
version: 0.94.0
5+
version: 0.95.0
66
bytes: |
77
Remove bytes.
88
usage: |
99
Remove bytes.
10-
feature: default
1110
---
1211
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
1312

0 commit comments

Comments
 (0)