]> git.puffer.fish Git - matthieu/frr.git/commit
python: clidef.py
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 11 May 2017 13:36:04 +0000 (15:36 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Wed, 14 Jun 2017 17:29:26 +0000 (19:29 +0200)
commit5578a14d949d89e25ec3e6136158603049e5a2dd
treefc1df6006271fb7f73cf8802c4022b266e0344b1
parent29ad6f6882de5a871d6d81c609e8b20d825d6138
python: clidef.py

Adds "DEFPY()" which invokes an additional layer of preprocessing, so
that we get pre-parsed and named function arguments for the CLI.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
.gitignore
Makefile.am
common.am
configure.ac
lib/command.h
python/Makefile.am [new file with mode: 0644]
python/clidef.py [new file with mode: 0644]
python/clippy/__init__.py [new file with mode: 0644]