mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 10:13:13 +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/gstat.md
Normal file
16
docs/commands/gstat.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
title: gstat
|
||||
layout: command
|
||||
version: 0.59.0
|
||||
---
|
||||
|
||||
Get the git status of a repo
|
||||
|
||||
## Signature
|
||||
|
||||
```> gstat (path)```
|
||||
|
||||
## Parameters
|
||||
|
||||
- `path`: path to repo
|
||||
|
Reference in New Issue
Block a user