Skip to content

Commit b2dbc1c

Browse files
committed
Refresh Nu command docs for v0.108.0
1 parent 699640d commit b2dbc1c

File tree

600 files changed

+1673
-1288
lines changed

Some content is hidden

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

600 files changed

+1673
-1288
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.107.0
5+
version: 0.108.0
66
core: |
77
Alias a command (with optional flags) to a new name.
88
usage: |

commands/docs/all.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: all
33
categories: |
44
filters
5-
version: 0.107.0
5+
version: 0.108.0
66
filters: |
77
Test if every element of the input fulfills a predicate expression.
88
usage: |

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.107.0
5+
version: 0.108.0
66
platform: |
77
Output ANSI codes to change color and style of text.
88
usage: |

commands/docs/ansi_gradient.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: ansi gradient
33
categories: |
44
platform
5-
version: 0.107.0
5+
version: 0.108.0
66
platform: |
77
Add a color gradient (using ANSI color codes) to the given string.
88
usage: |

commands/docs/ansi_link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: ansi link
33
categories: |
44
platform
5-
version: 0.107.0
5+
version: 0.108.0
66
platform: |
77
Add a link (using OSC 8 escape sequence) to the given string.
88
usage: |

commands/docs/ansi_strip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: ansi strip
33
categories: |
44
platform
5-
version: 0.107.0
5+
version: 0.108.0
66
platform: |
77
Strip ANSI escape sequences from a string.
88
usage: |

commands/docs/any.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: any
33
categories: |
44
filters
5-
version: 0.107.0
5+
version: 0.108.0
66
filters: |
77
Tests if any element of the input fulfills a predicate expression.
88
usage: |

commands/docs/append.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: append
33
categories: |
44
filters
5-
version: 0.107.0
5+
version: 0.108.0
66
filters: |
77
Append any number of rows to a table.
88
usage: |

commands/docs/ast.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: ast
33
categories: |
44
debug
5-
version: 0.107.0
5+
version: 0.108.0
66
debug: |
77
Print the abstract syntax tree (ast) for a pipeline.
88
usage: |

commands/docs/attr.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: attr
33
categories: |
44
core
5-
version: 0.107.0
5+
version: 0.108.0
66
core: |
77
Various attributes for custom commands.
88
usage: |
@@ -31,9 +31,11 @@ You must use one of the following subcommands. Using this command as-is will onl
3131

3232
## Subcommands:
3333

34-
| name | description | type |
35-
| ---------------------------------------------------------- | ------------------------------------------------------ | -------- |
36-
| [`attr category`](/commands/docs/attr_category.md) | Attribute for adding a category to custom commands. | built-in |
37-
| [`attr deprecated`](/commands/docs/attr_deprecated.md) | Attribute for marking a command or flag as deprecated. | built-in |
38-
| [`attr example`](/commands/docs/attr_example.md) | Attribute for adding examples to custom commands. | built-in |
39-
| [`attr search-terms`](/commands/docs/attr_search-terms.md) | Attribute for adding search terms to custom commands. | built-in |
34+
| name | description | type |
35+
| -------------------------------------------------------------------- | ----------------------------------------------------------------------------- | -------- |
36+
| [`attr category`](/commands/docs/attr_category.md) | Attribute for adding a category to custom commands. | built-in |
37+
| [`attr complete`](/commands/docs/attr_complete.md) | Attribute for using another command as a completion source for all arguments. | built-in |
38+
| [`attr complete external`](/commands/docs/attr_complete_external.md) | Attribute for enabling use of the external completer for internal commands. | built-in |
39+
| [`attr deprecated`](/commands/docs/attr_deprecated.md) | Attribute for marking a command or flag as deprecated. | built-in |
40+
| [`attr example`](/commands/docs/attr_example.md) | Attribute for adding examples to custom commands. | built-in |
41+
| [`attr search-terms`](/commands/docs/attr_search-terms.md) | Attribute for adding search terms to custom commands. | built-in |

0 commit comments

Comments
 (0)