Commander icon indicating copy to clipboard operation
Commander copied to clipboard

Compose beautiful command line interfaces in Swift

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

Hey @kylef, thanks for the awesome project. I went searching for it on GitHub and ended up resurrecting one of the old projects in order to find what was that...

If you configure an option to accept a number, it seems it's impossible to pass a negative number for the value of the option since it's interpreted as a flag...

Hey 👋 I'm currently using the following overload for `command` in order to be able to return a [`Promise` from PromiseKit](https://github.com/mxcl/PromiseKit) directly from my command. This, I think, makes it...