Skip to content

Commit

Permalink
update completion commands
Browse files Browse the repository at this point in the history
  • Loading branch information
rfbgo committed Jan 12, 2024
1 parent f9d425e commit c9c3394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/ramble/ramble-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ _ramble_workspace_activate() {
}

_ramble_workspace_archive() {
RAMBLE_COMPREPLY="-h --help --tar-archive -t --upload-url -u --phases --include-phase-dependencies --where --exclude-where"
RAMBLE_COMPREPLY="-h --help --tar-archive -t --prefix -p --upload-url -u --phases --include-phase-dependencies --where --exclude-where"
}

_ramble_workspace_deactivate() {
Expand Down

0 comments on commit c9c3394

Please sign in to comment.