summaryrefslogtreecommitdiff
path: root/completions
Commit message (Expand)AuthorAgeFilesLines
* Add --assert-userns-disabled optionSimon McVittie2023-01-032-0/+2
* Add an option to disable nested user namespaces by setting limit to 1Simon McVittie2023-01-032-0/+2
* --size: Update completions and documentationTom Smeding2022-10-262-0/+22
* Add --add-seccomp-fd to bash/zsh completionrusty-snake2022-03-222-0/+2
* completions: Make zsh completion non-executableSimon McVittie2022-02-241-0/+0
* meson: Improve compatibility with Meson 0.49Simon McVittie2022-02-201-1/+0
* Add a Meson build systemSimon McVittie2022-02-183-0/+51
* bash: Fix shellcheck warningsa13460542021-10-141-4/+4
* completions: Don't start bash completion with #!Simon McVittie2021-06-281-2/+4
* Merge pull request #437 from smcv/zshColin Walters2021-06-241-46/+59
|\
| * zsh: After completing --perms, only accept appropriate optionsSimon McVittie2021-06-241-7/+15
| * zsh: Add completion for --clearenvSimon McVittie2021-06-241-1/+2
| * zsh: Add completion for --permsSimon McVittie2021-06-241-0/+1
| * zsh: Add completion for --chmodSimon McVittie2021-06-241-0/+1
| * zsh: Complete --chdir as --chdir, not as --chdir DIRSimon McVittie2021-06-241-1/+1
| * zsh: Label more argumentsSimon McVittie2021-06-241-4/+4
| * zsh: Complete --lock-file as taking a pathSimon McVittie2021-06-241-1/+1
| * zsh: Complete --remount-ro as taking a pathSimon McVittie2021-06-241-1/+1
| * zsh: Complete --symlink as having two file argumentsSimon McVittie2021-06-241-1/+1
| * zsh: Fix a typo in a help messageSimon McVittie2021-06-241-1/+1
| * zsh: Complete --setenv as an environment variable followed by any stringSimon McVittie2021-06-241-1/+1
| * zsh: Complete --unsetenv like env -uSimon McVittie2021-06-241-1/+1
| * zsh: Complete --uid, --gid as integersSimon McVittie2021-06-241-2/+2
| * zsh: Complete --file-label, --exec-label with SELinux contextsSimon McVittie2021-06-241-2/+2
| * zsh: Complete --dev, --dir etc. as directoriesSimon McVittie2021-06-241-5/+5
| * zsh: Complete --bind, etc. as taking two paths as argumentsSimon McVittie2021-06-241-6/+6
| * zsh: Complete --file and friends as taking two argumentsSimon McVittie2021-06-241-3/+3
| * zsh: Improve completions for simple fd-based argumentsSimon McVittie2021-06-241-7/+7
| * zsh: Don't limit --bind options to completing directoriesSimon McVittie2021-06-241-6/+6
| * zsh: Sort completions in LC_ALL=C orderSimon McVittie2021-06-241-42/+44
* | bash: Sort completions in LC_ALL=C orderSimon McVittie2021-06-241-3/+5
* | bash: Include new options in completionsSimon McVittie2021-06-231-0/+3
|/
* Copy _bwrap zsh completion on installHarald Kubota2021-04-251-13/+1
* Fix --cap-add and --cap-drop completionsHarald Kubota2021-03-121-1/+10
* Add zsh completionHarald Kubota2021-03-121-0/+80
* bash completion: add --new-sessionVasya Novikov2017-10-091-0/+1
* bash completion: fix code styleVasya Novikov2017-10-091-5/+5
* bash completion: remove duplicatesVasya Novikov2017-10-091-2/+0
* add --unshare-all completionVasya Novikov2017-10-061-0/+1
* bubblewrap: add option --userns-block-fdGiuseppe Scrivano2017-06-291-0/+1
* bubblewrap: add --cap-add and --cap-dropGiuseppe Scrivano2017-06-291-0/+2
* bubblewrap: add --as-pid-1Giuseppe Scrivano2017-06-131-0/+1
* Add --die-with-parentMarek Jarycki2017-02-271-0/+1
* Update bash completionChad Versace2016-09-021-1/+6
* Add --hostname HOSTNAME.Yawning Angel2016-09-021-0/+1
* Add --remount-ro DESTGiuseppe Scrivano2016-08-121-0/+1
* Add bash completionsDan Walsh2016-04-081-0/+52