mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 02:18:53 +02:00
Auto-generate markdown command docs (#4451)
* Finish updating * a couple improvements * Update renames * cleanup examples
This commit is contained in:
16
docs/commands/g.md
Normal file
16
docs/commands/g.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
title: g
|
||||
layout: command
|
||||
version: 0.59.0
|
||||
---
|
||||
|
||||
Switch to a given shell.
|
||||
|
||||
## Signature
|
||||
|
||||
```> g (shell-number)```
|
||||
|
||||
## Parameters
|
||||
|
||||
- `shell-number`: shell number to change to
|
||||
|
Reference in New Issue
Block a user