]> mj.ucw.cz Git - libucw.git/commit
Opt: Added OPT_BREAK
authorMartin Mares <mj@ucw.cz>
Fri, 27 Jun 2014 15:27:25 +0000 (17:27 +0200)
committerMartin Mares <mj@ucw.cz>
Fri, 27 Jun 2014 15:27:25 +0000 (17:27 +0200)
commit564be9c0adf9f5796b60f2727cecc9c7274f86ff
tree0a488b694f28883c1c28f658a19ada66d0233830
parentb53fdc2f88be1f12ef0700594913e4f7911aa29d
Opt: Added OPT_BREAK

This is useful for programs, which wish to process all their
positional arguments by themselves without having to copy them
to a different data structure. For example, this frequently happens
with programs which have sub-commands.
ucw/opt-internal.h
ucw/opt.c
ucw/opt.h