Felspar Support Site
Projects
Statuses




fost-cli
This library handles some simple functionality for programs that use command line arguments.
Although main() handles code entry points well it does not solve a the problem of command parsing, and nor does it handle Unicode properly on Windows. This library contains sub-libraries which handle:
- Command line argument parsing.
- Program entry point (a
main()alternative). - INI file loading into the settings database.
Use of these libraries is not required to make use of other Fost libraries, even when writing command line programs.


