bash: Include new options in completions

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie
2021-06-23 23:07:47 +01:00
parent 12e1df7375
commit c55fe29608

View File

@@ -9,6 +9,7 @@ _bwrap() {
local boolean_options=" local boolean_options="
--as-pid-1 --as-pid-1
--clearenv
--help --help
--new-session --new-session
--unshare-cgroup --unshare-cgroup
@@ -32,6 +33,7 @@ _bwrap() {
--cap-add --cap-add
--cap-drop --cap-drop
--chdir --chdir
--chmod
--dev --dev
--dev-bind --dev-bind
--die-with-parent --die-with-parent
@@ -43,6 +45,7 @@ _bwrap() {
--hostname --hostname
--info-fd --info-fd
--lock-file --lock-file
--perms
--proc --proc
--remount-ro --remount-ro
--ro-bind --ro-bind