Skip to content

Commit

Permalink
Update bash completion
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasjacobsen committed Jan 29, 2025
1 parent 650481f commit 8ff3d33
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion share/ramble/ramble-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ _ramble_workspace_manage() {
then
RAMBLE_COMPREPLY="-h --help"
else
RAMBLE_COMPREPLY="experiments software"
RAMBLE_COMPREPLY="experiments software includes"
fi
}

Expand All @@ -763,3 +763,7 @@ _ramble_workspace_manage_experiments() {
_ramble_workspace_manage_software() {
RAMBLE_COMPREPLY="-h --help --environment-name --env --environment-packages --external-env --package-name --pkg --package-spec --pkg-spec --spec --compiler-package --compiler-pkg --compiler --compiler-spec --package-manager-prefix --prefix --remove --delete --overwrite -o --dry-run --print"
}

_ramble_workspace_manage_includes() {
RAMBLE_COMPREPLY="-h --help --list -l --remove -r --remove-index --add -a"
}

0 comments on commit 8ff3d33

Please sign in to comment.