diff options
| author | David Sommerseth <dazo@users.sourceforge.net> | 2008-12-04 10:37:52 +0100 |
|---|---|---|
| committer | David Sommerseth <dazo@users.sourceforge.net> | 2008-12-04 10:37:52 +0100 |
| commit | 6880a718670b2090bfcc5e82f2e9a9e7278ce9c9 (patch) | |
| tree | ea0e87b009cb8fc6ef7aeb98d6561924b3ac46b8 /database/sqlite | |
| parent | ed64bb902b148702a09b6a701ff6721b2cdfff61 (diff) | |
Wrote a replacement getopt for eurephiadm
This is because default getopt(...) is not flexible enough for
eurephiadm. Example:
eurephiadm -l test.log config -s var1 "value 1"
eurephiadm config -s var2 value2
By using getopt in the eurephiadm.c, the -s argument will be parsed
there as well, and it is no good solution how to just send arguments
after the 'command' further to another argument parser.
The new implementation is also not as feature rich as GNU getopt, but
it is feature rich enough for the current needs.
Diffstat (limited to 'database/sqlite')
0 files changed, 0 insertions, 0 deletions
