X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Ftodo.txt;h=37a61d71c7a3b2d7698750722338917aa8a84a2c;hb=499318ae3ca1322044b62814bb8891fc26d641fe;hp=742622884dbbde4751e1c077249b152e6680810a;hpb=782e132bccab8a1d3cb362dabad8c1171129ae3b;p=protos%2Flibecoli.git diff --git a/lib/todo.txt b/lib/todo.txt index 7426228..37a61d7 100644 --- a/lib/todo.txt +++ b/lib/todo.txt @@ -9,7 +9,10 @@ X tk_re cleanup / rework ================ +- add_no_match +- add_partial_match - check XXX in code +- properly manage quotes in shlex X remove the _new() functions - iterate children nodes without chaining them - add a tk vector type: will be used in several nodes (ex: or, seq, ...) @@ -126,3 +129,21 @@ netconf example =============== - demonstration example that parses yang file and generate cli + + + +----------------------- + +readline: + +[tab] list possible completions (matches only) +[?] list what is expected, example: + +"command [foo] toto|titi|" + +help("command f") -> + foo (help of foo) + toto (help of toto) + titi (help of titi) + (help of int) +