mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 14:47:47 +00:00
Fix gh status completion (#730)
This is a (probably crude) attempt to address an issue where using the `gh status` command with gh completions installed would yield the following error: ``` > gh status Error: nu::parser::missing_positional × Missing required positional argument. ╭─[entry #1:1:1] 1 │ gh status ╰──── help: Usage: gh status {flags} <command> . Use `--help` for more information. ```
This commit is contained in:
parent
2d9e279ad8
commit
b44091aea1
1 changed files with 0 additions and 1 deletions
|
@ -440,7 +440,6 @@ export extern "gh ssh-key" [
|
|||
]
|
||||
|
||||
export extern "gh status" [
|
||||
command
|
||||
--exclude(-e) # Comma separated list of repos to exclude in owner/name format
|
||||
--org(-o) # Report status within an organization
|
||||
--help # Show help for command
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue