Status/Requires testing
1752850: Job splitting
Status/Active
1751200: Date and time handling
Status/Closed
1751294: Navigation
Status/Closed
1751127: Access to sourcesafe2subversion
Status/Active
1751308: Team Lambdal Tap's public page?
1751225: About the team -- please introduce yourself here
Status/Closed
1751221: Team and tag names
Status/Closed
1750871: Ugly site
Status/Closed
1751186: Search broken
Status/New requirement
1750985: Project menu order and sub-projects
Status/Closed
1750879: Searching for an empty string is broken

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.