NetworkManager/cli/completion
Thomas Haller ed60815d4c cli: improve handling of quoting in bash completion
_init_completion returns the '${words[@]}' array with all the
quotes and escapes. We dont care about it so we drop (unescape)
first.

Before, the following failed:

  nmcli 'c' <TAB>
  nmcli connection modify id Wireless\ Connection\ 1 <TAB>

Signed-off-by: Thomas Haller <thaller@redhat.com>
2013-11-12 18:49:03 +01:00
..
Makefile.am Add bash-completion file for nmcli 2013-02-19 21:20:59 +01:00
nmcli cli: improve handling of quoting in bash completion 2013-11-12 18:49:03 +01:00