(.module: [lux #* [control ["<>" parser ["." cli (#+ Parser)]]]]) (type: #export Command #POM #Install #Dependencies) (def: #export command (Parser Command) ($_ <>.or (cli.this "pom") (cli.this "install") (cli.this "deps") ))