forked from extern/nushell
bff81f24aa
* Autogenerate missing docs * Update ansi.md * Rename question mark command docs * Delete empty?.md
17 lines
278 B
Markdown
17 lines
278 B
Markdown
# into
|
|
Apply into function.
|
|
|
|
## Usage
|
|
```shell
|
|
> into <subcommand> {flags}
|
|
```
|
|
|
|
## Subcommands
|
|
* into binary - Convert value to a binary primitive
|
|
* into int - Convert value to integer
|
|
* into string - Convert value to string
|
|
|
|
## Flags
|
|
* -h, --help: Display this help message
|
|
|