NetworkManager/cli/completion
Thomas Haller fc7468131c nmcli: major rework of bash completion
Bash completion does now parse the command line from left to right and
only suggests options that make sense at the current cursor position.

If the cursor is not at the end of the line, the words right from the
cursor are ignored for completion. The reason is, that it would be much
more difficult to figure out the valid options when also looking at
options right from the cursor. However, it should still work nicely
even in this case.

There is still an unsolved issue when completing words with space or
other special characters. However, this issue was present before.

Signed-off-by: Thomas Haller <thaller@redhat.com>
2013-09-05 10:47:41 +02:00
..
Makefile.am Add bash-completion file for nmcli 2013-02-19 21:20:59 +01:00
nmcli nmcli: major rework of bash completion 2013-09-05 10:47:41 +02:00