anubis icon indicating copy to clipboard operation
anubis copied to clipboard

Command Line application framework for Elixir

Results 3 anubis issues
Sort by recently updated
recently updated
newest added

Hi, first of all, thank you for this package, it's been awesome to work with. Due to the fact that I was working with it, I wanted to collaborate somehow...

Are there any plans to update the package to current version of elixir? It seems to be usable with 1.2.3, but does emit warnings during compilation: 1. `warning: the dependency...

https://github.com/davetron5000/gli/wiki Usage would be: ``` $ mix app_name [global options] command [command options] [arguments...] ```