Skip to content

Commit 4cddb0c

Browse files
committed
Refresh Nu command docs for v0.105.0
1 parent b210875 commit 4cddb0c

File tree

591 files changed

+2536
-1702
lines changed

Some content is hidden

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

591 files changed

+2536
-1702
lines changed

commands/docs/alias.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: alias
33
categories: |
44
core
5-
version: 0.104.0
5+
version: 0.105.0
66
core: |
77
Alias a command (with optional flags) to a new name.
88
usage: |

commands/docs/all.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: all
33
categories: |
44
filters
5-
version: 0.104.0
5+
version: 0.105.0
66
filters: |
77
Test if every element of the input fulfills a predicate expression.
88
usage: |
@@ -29,7 +29,7 @@ contributors: false
2929

3030
| input | output |
3131
| --------- | ------ |
32-
| list\<any\> | bool |
32+
| list&lt;any&gt; | bool |
3333
## Examples
3434

3535
Check if a list contains only true values

commands/docs/ansi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: ansi
33
categories: |
44
platform
5-
version: 0.104.0
5+
version: 0.105.0
66
platform: |
77
Output ANSI codes to change color and style of text.
88
usage: |

commands/docs/ansi_gradient.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: ansi gradient
33
categories: |
44
platform
5-
version: 0.104.0
5+
version: 0.105.0
66
platform: |
77
Add a color gradient (using ANSI color codes) to the given string.
88
usage: |
@@ -36,10 +36,10 @@ contributors: false
3636

3737
| input | output |
3838
| ------------ | ------------ |
39-
| list\<string\> | list\<string\> |
40-
| record | record |
4139
| string | string |
40+
| list&lt;string&gt; | list&lt;string&gt; |
4241
| table | table |
42+
| record | record |
4343
## Examples
4444

4545
draw text in a gradient with foreground start and end colors

commands/docs/ansi_link.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: ansi link
33
categories: |
44
platform
5-
version: 0.104.0
5+
version: 0.105.0
66
platform: |
77
Add a link (using OSC 8 escape sequence) to the given string.
88
usage: |
@@ -34,10 +34,10 @@ contributors: false
3434

3535
| input | output |
3636
| ------------ | ------------ |
37-
| list\<string\> | list\<string\> |
38-
| record | record |
3937
| string | string |
38+
| list&lt;string&gt; | list&lt;string&gt; |
4039
| table | table |
40+
| record | record |
4141
## Examples
4242

4343
Create a link to open some file

commands/docs/ansi_strip.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: ansi strip
33
categories: |
44
platform
5-
version: 0.104.0
5+
version: 0.105.0
66
platform: |
77
Strip ANSI escape sequences from a string.
88
usage: |
@@ -29,10 +29,10 @@ contributors: false
2929

3030
| input | output |
3131
| ------------ | ------------ |
32-
| list\<string\> | list\<string\> |
33-
| record | record |
3432
| string | string |
33+
| list&lt;string&gt; | list&lt;string&gt; |
3534
| table | table |
35+
| record | record |
3636
## Examples
3737

3838
Strip ANSI escape sequences from a string

commands/docs/any.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: any
33
categories: |
44
filters
5-
version: 0.104.0
5+
version: 0.105.0
66
filters: |
77
Tests if any element of the input fulfills a predicate expression.
88
usage: |
@@ -29,7 +29,7 @@ contributors: false
2929

3030
| input | output |
3131
| --------- | ------ |
32-
| list\<any\> | bool |
32+
| list&lt;any&gt; | bool |
3333
## Examples
3434

3535
Check if a list contains any true values

commands/docs/append.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: append
33
categories: |
44
filters
5-
version: 0.104.0
5+
version: 0.105.0
66
filters: |
77
Append any number of rows to a table.
88
usage: |
@@ -29,7 +29,7 @@ contributors: false
2929

3030
| input | output |
3131
| ----- | --------- |
32-
| any | list\<any\> |
32+
| any | list&lt;any&gt; |
3333
## Examples
3434

3535
Append one int to a list

commands/docs/ast.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: ast
33
categories: |
44
debug
5-
version: 0.104.0
5+
version: 0.105.0
66
debug: |
77
Print the abstract syntax tree (ast) for a pipeline.
88
usage: |
@@ -36,6 +36,8 @@ contributors: false
3636
| input | output |
3737
| ------- | ------ |
3838
| nothing | table |
39+
| nothing | record |
40+
| nothing | string |
3941
## Examples
4042

4143
Print the ast of a string

commands/docs/attr_category.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: attr category
33
categories: |
44
core
5-
version: 0.104.0
5+
version: 0.105.0
66
core: |
77
Attribute for adding a category to custom commands.
88
usage: |
@@ -29,7 +29,7 @@ contributors: false
2929

3030
| input | output |
3131
| ------- | ------------ |
32-
| nothing | list\<string\> |
32+
| nothing | list&lt;string&gt; |
3333
## Examples
3434

3535
Add a category to a custom command

0 commit comments

Comments
 (0)