Description
Helps Ruby command-line programs parse long and short options in a traditional GetoptLong style. It is useful for scripts and tools that need predictable flags, arguments, and usage handling.
Command-line parsing affects safety when options control files, network targets, or destructive actions. Validate parsed values and keep dangerous defaults explicit.