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:
Simon Jarbrant 2024-01-10 23:13:16 +01:00 committed by GitHub
parent 2d9e279ad8
commit b44091aea1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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