summaryrefslogtreecommitdiff
path: root/src/nmcli/nmcli-completion
Commit message (Collapse)AuthorAgeFilesLines
* nmcli-completion: fix support for embedded quote charactersavery2022-08-041-1/+1
| | | | | | | | https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/455 https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1325 Fixes: 9d2290135ce5 ('cli: make nmcli do its own command completion')
* bash-completion: localize the prev variableSibo Dong2021-06-081-1/+1
| | | | | | | | | | | | | | | | | The prev variable is not localzed in the nmcli Bash completion script, which calls _init_completion. Even though prev does not appear in the completion script, it should still be localized. This variable may otherwise appear in the user's environment and clobber a user-defined variable of the same name, which is bad. Localize the prev variable. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/741 https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/882 (cherry picked from commit 5c1181c6f3b2f56c18c1333c55e75e554b00ae2d)
* cli: move from "clients/cli/" to "src/nmcli/"Thomas Haller2021-03-151-0/+116