Description
A Gambas component for parsing command-line options with getopt-style behavior. Developers use it when terminal applications need flags, switches, parameters, and predictable option handling.
Install it when a Gambas program depends on getopt parsing. Clear option handling helps prevent mistakes, especially for tools that modify files or system settings.