bash: Include new options in completions
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user