]> git.proxmox.com Git - mirror_frr.git/commit
lib: Add some documentation about argv_find
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 10 Oct 2017 16:29:54 +0000 (12:29 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 10 Oct 2017 16:31:36 +0000 (12:31 -0400)
commitb286ddb07a3317bc4b0cb664c947968062aa5ae1
tree077fd68a046c720bc90fde3584a2aa08461538f8
parentd06542d566c7081febd9fbb9b5782281af4ed38c
lib: Add some documentation about argv_find

We expect that the index value passed in for argv_find
should be initially set to 0.  This way if the cli
ever changes there is no need to modify the initial
value.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/command.h