GLI The easy way to make command-suite CLI apps GLI is the easiest way to make a CLI app that takes commands, in a vein similar to git or gem (GLI stands for "Git-Like Interface"). GLI uses a simple DSL, but retains all the power you'd expect from the built-int OptionParser. If you're looking to make a vanilla CLI app that doesn't need command support, be sure to check out optparse-plus, which giv

