mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 21:07:58 +02:00
Auto-generate markdown command docs (#4451)
* Finish updating * a couple improvements * Update renames * cleanup examples
This commit is contained in:
@ -1,11 +1,12 @@
|
||||
# p
|
||||
Go to previous shell.
|
||||
---
|
||||
title: p
|
||||
layout: command
|
||||
version: 0.59.0
|
||||
---
|
||||
|
||||
## Usage
|
||||
```shell
|
||||
> p {flags}
|
||||
```
|
||||
Switch to the previous shell.
|
||||
|
||||
## Flags
|
||||
* -h, --help: Display this help message
|
||||
## Signature
|
||||
|
||||
```> p ```
|
||||
|
||||
|
Reference in New Issue
Block a user