wok diff popt/description.txt @ rev 24351
Add some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 03 10:14:47 2022 +0000 (2022-02-03) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/popt/description.txt Thu Feb 03 10:14:47 2022 +0000 1.3 @@ -0,0 +1,6 @@ 1.4 +Popt was heavily influenced by the getopt() and getopt_long() functions, but it 1.5 +allows more powerful argument expansion. It can parse arbitrary argv[] style 1.6 +arrays and automatically set variables based on command line arguments. It also 1.7 +allows command line arguments to be aliased via configuration files and includes 1.8 +utility functions for parsing arbitrary strings into argv[] arrays using 1.9 +shell-like rules.