Skip to content

Commit

Permalink
Update command completion
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasjacobsen committed Jan 25, 2024
1 parent 53c24ad commit d9d22ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions share/ramble/ramble-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ _ramble_mods_info() {
}

_ramble_on() {
RAMBLE_COMPREPLY="-h --help --executor --where --exclude-where"
RAMBLE_COMPREPLY="-h --help --executor --where --exclude-where --filter-tags"
}

_ramble_python() {
Expand Down Expand Up @@ -675,19 +675,19 @@ _ramble_workspace_concretize() {
}

_ramble_workspace_setup() {
RAMBLE_COMPREPLY="-h --help --dry-run --phases --include-phase-dependencies --where --exclude-where"
RAMBLE_COMPREPLY="-h --help --dry-run --phases --include-phase-dependencies --where --exclude-where --filter-tags"
}

_ramble_workspace_analyze() {
RAMBLE_COMPREPLY="-h --help -f --formats -u --upload --always-print-foms --dry-run --phases --include-phase-dependencies --where --exclude-where"
RAMBLE_COMPREPLY="-h --help -f --formats -u --upload --always-print-foms --dry-run --phases --include-phase-dependencies --where --exclude-where --filter-tags"
}

_ramble_workspace_push_to_cache() {
RAMBLE_COMPREPLY="-h --help -d --where --exclude-where"
RAMBLE_COMPREPLY="-h --help -d --where --exclude-where --filter-tags"
}

_ramble_workspace_info() {
RAMBLE_COMPREPLY="-h --help -v --verbose"
RAMBLE_COMPREPLY="-h --help --software --templates --expansions --tags --phases --where --exclude-where --filter-tags -v --verbose"
}

_ramble_workspace_edit() {
Expand Down

0 comments on commit d9d22ed

Please sign in to comment.