NetworkManager/cli
Jiří Klimeš da7cd4720c cli: line-editing capability for interactive editor using an edit line library
Supported libraries are:
GNU Readline    (libreadline) http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
NetBSD Editline (libedit)     http://www.thrysoee.dk/editline/

We load these symbols:
readline() - main function allowing getting user input and aditing that
add_history() - stores strings to history
rl_insert_text() - insert text into the line at the current cursor position
rl_startup_hook - hook to call just before readline prints the first prompt
2013-07-22 13:34:48 +02:00
..
completion cli: update bash completion file - 'nmcli connection reload' 2013-06-18 15:45:16 +02:00
src cli: line-editing capability for interactive editor using an edit line library 2013-07-22 13:34:48 +02:00
Makefile.am Add bash-completion file for nmcli 2013-02-19 21:20:59 +01:00