Skip to content
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
  •  
  •  
  •  
6 changes: 5 additions & 1 deletion commands/docs/abbr.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: abbr
categories: |
platform
version: 0.115.0
version: 0.115.1
platform: |
Abbreviations related commands.
usage: |
Expand All @@ -16,6 +16,10 @@ contributors: false

<div class='command-title'>Abbreviations related commands.</div>

## Command Type

`built-in`

## Signature

```> abbr {flags} ```
Expand Down
6 changes: 5 additions & 1 deletion commands/docs/abbr_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: abbr list
categories: |
platform
version: 0.115.0
version: 0.115.1
platform: |
List all defined abbreviations.
usage: |
Expand All @@ -16,6 +16,10 @@ contributors: false

<div class='command-title'>List all defined abbreviations.</div>

## Command Type

`built-in`

## Signature

```> abbr list {flags} ```
Expand Down
6 changes: 5 additions & 1 deletion commands/docs/alias.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: alias
categories: |
core
version: 0.115.0
version: 0.115.1
core: |
Alias a command (with optional flags) to a new name.
usage: |
Expand All @@ -16,6 +16,10 @@ contributors: false

<div class='command-title'>Alias a command (with optional flags) to a new name.</div>

## Command Type

`keyword`

## Signature

```> alias {flags} (name) (initial_value)```
Expand Down
6 changes: 5 additions & 1 deletion commands/docs/all.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: all
categories: |
filters
version: 0.115.0
version: 0.115.1
filters: |
Test if every element of the input fulfills a predicate expression.
usage: |
Expand All @@ -16,6 +16,10 @@ contributors: false

<div class='command-title'>Test if every element of the input fulfills a predicate expression.</div>

## Command Type

`built-in`

## Signature

```> all {flags} (predicate)```
Expand Down
6 changes: 5 additions & 1 deletion commands/docs/ansi.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: ansi
categories: |
platform
version: 0.115.0
version: 0.115.1
platform: |
Output ANSI codes to change color and style of text.
usage: |
Expand All @@ -16,6 +16,10 @@ contributors: false

<div class='command-title'>Output ANSI codes to change color and style of text.</div>

## Command Type

`built-in`

## Signature

```> ansi {flags} (code)```
Expand Down
6 changes: 5 additions & 1 deletion commands/docs/ansi_gradient.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: ansi gradient
categories: |
platform
version: 0.115.0
version: 0.115.1
platform: |
Add a color gradient (using ANSI color codes) to the given string.
usage: |
Expand All @@ -16,6 +16,10 @@ contributors: false

<div class='command-title'>Add a color gradient (using ANSI color codes) to the given string.</div>

## Command Type

`built-in`

## Signature

```> ansi gradient {flags} ...rest```
Expand Down
6 changes: 5 additions & 1 deletion commands/docs/ansi_link.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: ansi link
categories: |
platform
version: 0.115.0
version: 0.115.1
platform: |
Add a link (using OSC 8 escape sequence) to the given string.
usage: |
Expand All @@ -16,6 +16,10 @@ contributors: false

<div class='command-title'>Add a link (using OSC 8 escape sequence) to the given string.</div>

## Command Type

`built-in`

## Signature

```> ansi link {flags} ...rest```
Expand Down
6 changes: 5 additions & 1 deletion commands/docs/ansi_strip.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: ansi strip
categories: |
platform
version: 0.115.0
version: 0.115.1
platform: |
Strip ANSI escape sequences from a string.
usage: |
Expand All @@ -16,6 +16,10 @@ contributors: false

<div class='command-title'>Strip ANSI escape sequences from a string.</div>

## Command Type

`built-in`

## Signature

```> ansi strip {flags} ...rest```
Expand Down
6 changes: 5 additions & 1 deletion commands/docs/any.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: any
categories: |
filters
version: 0.115.0
version: 0.115.1
filters: |
Tests if any element of the input fulfills a predicate expression.
usage: |
Expand All @@ -16,6 +16,10 @@ contributors: false

<div class='command-title'>Tests if any element of the input fulfills a predicate expression.</div>

## Command Type

`built-in`

## Signature

```> any {flags} (predicate)```
Expand Down
6 changes: 5 additions & 1 deletion commands/docs/append.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: append
categories: |
filters
version: 0.115.0
version: 0.115.1
filters: |
Append any number of rows to a table.
usage: |
Expand All @@ -16,6 +16,10 @@ contributors: false

<div class='command-title'>Append any number of rows to a table.</div>

## Command Type

`built-in`

## Signature

```> append {flags} (row) ...rest```
Expand Down
6 changes: 5 additions & 1 deletion commands/docs/ast.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: ast
categories: |
debug
version: 0.115.0
version: 0.115.1
debug: |
Print the abstract syntax tree (ast) for a pipeline.
usage: |
Expand All @@ -16,6 +16,10 @@ contributors: false

<div class='command-title'>Print the abstract syntax tree (ast) for a pipeline.</div>

## Command Type

`built-in`

## Signature

```> ast {flags} (pipeline)```
Expand Down
6 changes: 5 additions & 1 deletion commands/docs/attr.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: attr
categories: |
core
version: 0.115.0
version: 0.115.1
core: |
Various attributes for custom commands.
usage: |
Expand All @@ -16,6 +16,10 @@ contributors: false

<div class='command-title'>Various attributes for custom commands.</div>

## Command Type

`built-in`

## Signature

```> attr {flags} ```
Expand Down
6 changes: 5 additions & 1 deletion commands/docs/attr_category.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: attr category
categories: |
core
version: 0.115.0
version: 0.115.1
core: |
Attribute for adding a category to custom commands.
usage: |
Expand All @@ -16,6 +16,10 @@ contributors: false

<div class='command-title'>Attribute for adding a category to custom commands.</div>

## Command Type

`built-in`

## Signature

```> attr category {flags} (category)```
Expand Down
6 changes: 5 additions & 1 deletion commands/docs/attr_complete.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: attr complete
categories: |
core
version: 0.115.0
version: 0.115.1
core: |
Attribute for using another command as a completion source for all arguments.
usage: |
Expand All @@ -16,6 +16,10 @@ contributors: false

<div class='command-title'>Attribute for using another command as a completion source for all arguments.</div>

## Command Type

`built-in`

## Signature

```> attr complete {flags} (completer)```
Expand Down
6 changes: 5 additions & 1 deletion commands/docs/attr_complete_external.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: attr complete external
categories: |
core
version: 0.115.0
version: 0.115.1
core: |
Attribute for enabling use of the external completer for internal commands.
usage: |
Expand All @@ -16,6 +16,10 @@ contributors: false

<div class='command-title'>Attribute for enabling use of the external completer for internal commands.</div>

## Command Type

`built-in`

## Signature

```> attr complete external {flags} ```
Expand Down
6 changes: 5 additions & 1 deletion commands/docs/attr_deprecated.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: attr deprecated
categories: |
core
version: 0.115.0
version: 0.115.1
core: |
Attribute for marking a command or flag as deprecated.
usage: |
Expand All @@ -16,6 +16,10 @@ contributors: false

<div class='command-title'>Attribute for marking a command or flag as deprecated.</div>

## Command Type

`built-in`

## Signature

```> attr deprecated {flags} (message)```
Expand Down
6 changes: 5 additions & 1 deletion commands/docs/attr_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: attr example
categories: |
core
version: 0.115.0
version: 0.115.1
core: |
Attribute for adding examples to custom commands.
usage: |
Expand All @@ -16,6 +16,10 @@ contributors: false

<div class='command-title'>Attribute for adding examples to custom commands.</div>

## Command Type

`built-in`

## Signature

```> attr example {flags} (description) (example)```
Expand Down
6 changes: 5 additions & 1 deletion commands/docs/attr_search-terms.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: attr search-terms
categories: |
core
version: 0.115.0
version: 0.115.1
core: |
Attribute for adding search terms to custom commands.
usage: |
Expand All @@ -16,6 +16,10 @@ contributors: false

<div class='command-title'>Attribute for adding search terms to custom commands.</div>

## Command Type

`built-in`

## Signature

```> attr search-terms {flags} ...rest```
Expand Down
6 changes: 5 additions & 1 deletion commands/docs/banner.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: banner
categories: |
default
version: 0.115.0
version: 0.115.1
default: |
Print a banner for Nushell with information about the project
usage: |
Expand All @@ -16,6 +16,10 @@ contributors: false

<div class='command-title'>Print a banner for Nushell with information about the project</div>

## Command Type

`custom`

## Signature

```> banner {flags} ```
Expand Down
6 changes: 5 additions & 1 deletion commands/docs/bits.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: bits
categories: |
bits
version: 0.115.0
version: 0.115.1
bits: |
Various commands for working with bits.
usage: |
Expand All @@ -16,6 +16,10 @@ contributors: false

<div class='command-title'>Various commands for working with bits.</div>

## Command Type

`built-in`

## Signature

```> bits {flags} ```
Expand Down
Loading