Skip to content

Commit

Permalink
Shell completion improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabobko committed Jun 16, 2024
1 parent 156d75b commit 9cf82fe
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions args-grammar.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# EBNF-like grammar of aerospace CLI args to generate shell completion. Managed by https://github.com/adaszko/complgen
aerospace <subcommand>;
aerospace -v;
aerospace --version;
aerospace --help;
aerospace -h;

<subcommand> ::= close [--quit-if-last-window]

Expand Down Expand Up @@ -64,8 +68,8 @@ aerospace <subcommand>;

| <list-windows-subcommand>

| list-workspaces --monitor <monitor-id>... [--visible [no]] [--empty [no]]
| list-workspaces --monitor <monitor-id>... [--empty [no]] [--visible [no]]
| list-workspaces --monitor <monitor-id>... [--visible [no]|--empty [no]]...
| list-workspaces [--visible [no]|--empty [no]]... --monitor <monitor-id>...
| list-workspaces --all
| list-workspaces --focused
;
Expand Down

0 comments on commit 9cf82fe

Please sign in to comment.