Skip to content

Commit

Permalink
bash completion fixes
Browse files Browse the repository at this point in the history
sort entries, add some and fix some
  • Loading branch information
Vasya Novikov committed Oct 12, 2017
1 parent 1c775f4 commit aa73938
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions completions/bash/bwrap
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ _bwrap() {
local boolean_options="
--as-pid-1
--help
--die-with-parent
--new-session
--unshare-all
--unshare-cgroup
--unshare-cgroup-try
--unshare-user
--unshare-user-try
--unshare-all
--unshare-ipc
--unshare-net
--unshare-pid
--unshare-user
--unshare-user-try
--unshare-uts
--version
"
Expand All @@ -34,7 +35,6 @@ _bwrap() {
--chdir
--dev
--dev-bind
--die-with-parent
--dir
--exec-label
--file
Expand All @@ -43,13 +43,16 @@ _bwrap() {
--hostname
--info-fd
--lock-file
--mqueue
--proc
--remount-ro
--ro-bind
--ro-bind-data
--seccomp
--setenv
--symlink
--sync-fd
--tmpfs
--uid
--unsetenv
--userns-block-fd
Expand Down

0 comments on commit aa73938

Please sign in to comment.