mirror of
https://github.com/nushell/nushell.git
synced 2024-11-30 04:14:17 +01:00
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
|
||
|
|