Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/CocoaPods/CLAide
A small command-line interface framework.
https://github.com/CocoaPods/CLAide
Improve help option desc
237ba88c1fece5bcb9fc6d3882325e9d3542834e authored over 12 years ago
237ba88c1fece5bcb9fc6d3882325e9d3542834e authored over 12 years ago
Fix const bug.
b7809da5108caa174941ff8039beb3f862968728 authored over 12 years ago
b7809da5108caa174941ff8039beb3f862968728 authored over 12 years ago
Add tests for some new functionality in ARGV.
c4a1c7cc09793f08ab68f86ce26cb8d832150d59 authored over 12 years ago
c4a1c7cc09793f08ab68f86ce26cb8d832150d59 authored over 12 years ago
Move banner formatting to Command class.
062dad2a2df790ab30ab1744a2f6810050d894a9 authored over 12 years ago
062dad2a2df790ab30ab1744a2f6810050d894a9 authored over 12 years ago
Fix formatting of abstract and normal commands.
a13ebf8e9db424211037d373384f2ae317d6de60 authored over 12 years ago
a13ebf8e9db424211037d373384f2ae317d6de60 authored over 12 years ago
Make formatting options work again.
bf33352a81b36eac86ba29b6567cf0794a7751fa authored over 12 years ago
bf33352a81b36eac86ba29b6567cf0794a7751fa authored over 12 years ago
Rename #validate_argv! to #validate!
117cefffa60e491ccba324fa5bfb758942cbf011 authored over 12 years ago
117cefffa60e491ccba324fa5bfb758942cbf011 authored over 12 years ago
Raise from validation instead of #run.
c071baa46e8bdb4cf56ec0ee6d6ddbe60bf756b7 authored over 12 years ago
c071baa46e8bdb4cf56ec0ee6d6ddbe60bf756b7 authored over 12 years ago
Change layout of subcommands to a list similar to the options list.
eb3f6eb0c21886161d64e0af9fb20ad7e080449a authored over 12 years ago
eb3f6eb0c21886161d64e0af9fb20ad7e080449a authored over 12 years ago
Rename to CLAide and disable a few specs.
201c9ab7b38de4efa10ce3396ab6485be5e79889 authored over 12 years ago
201c9ab7b38de4efa10ce3396ab6485be5e79889 authored over 12 years ago
Stash hacking from integrating into CP.
914c38cabeae22c946e96952b32708edf5e5030a authored over 12 years ago
914c38cabeae22c946e96952b32708edf5e5030a authored over 12 years ago
Add stub README and a LICENSE
9d94acfde0f88a3f0847177c65301b53d78bccfd authored over 12 years ago
9d94acfde0f88a3f0847177c65301b53d78bccfd authored over 12 years ago
Rename to CLIAide and add gemspec.
5676926cadc13eafc25023722e8f6c988ccb3843 authored over 12 years ago
5676926cadc13eafc25023722e8f6c988ccb3843 authored over 12 years ago
Make description and arguments attributes, as they should not be inherited by subclasses.
5a76b71d6903a6a2158ab3c0802594916937589c authored over 12 years ago
5a76b71d6903a6a2158ab3c0802594916937589c authored over 12 years ago
Add arguments to full command in banner.
037c52bbb1aa605b3e47d5383d13dafd6b55a217 authored over 12 years ago
037c52bbb1aa605b3e47d5383d13dafd6b55a217 authored over 12 years ago
Exit with correct exit status.
44354e5f009ce7c4bebde06f481289070733b952 authored over 12 years ago
44354e5f009ce7c4bebde06f481289070733b952 authored over 12 years ago
Print backtrace of all Informative exceptions, when verbose.
4de7d24f668e3de74de290e91dc8cb3a61231c8c authored over 12 years ago
4de7d24f668e3de74de290e91dc8cb3a61231c8c authored over 12 years ago
Include the Help's backtrace when verbose.
d6a3296c86a3d73b4a62adc78dfb74ad7206b1ba authored over 12 years ago
d6a3296c86a3d73b4a62adc78dfb74ad7206b1ba authored over 12 years ago
By default support the `--verbose` and `--help` options.
28b257684b9932e344a3fe958800a8b244db7b96 authored over 12 years ago
28b257684b9932e344a3fe958800a8b244db7b96 authored over 12 years ago
Show error message first, if one is given.
42f6a96879691727b5f6865a9c614d5bfe2712b5 authored over 12 years ago
42f6a96879691727b5f6865a9c614d5bfe2712b5 authored over 12 years ago
Format banner.
530b0e25360b19b41bcb1027de420efed5b9e1ab authored over 12 years ago
530b0e25360b19b41bcb1027de420efed5b9e1ab authored over 12 years ago
Start formatting the banner.
6c0fc2dcaca67edb9500ccc29eaac3e0e904cfc7 authored over 12 years ago
6c0fc2dcaca67edb9500ccc29eaac3e0e904cfc7 authored over 12 years ago
Move formatting of options and subcommands to Command class, so it can be completely overridden if necessary.
f63a657e51e598c215d46f45c9b6a1cb67b4a922 authored over 12 years ago
f63a657e51e598c215d46f45c9b6a1cb67b4a922 authored over 12 years ago
Cleanup a bit and ensure subcommands are sorted by name in overview.
0da57878256656daf4c02c2e66ff4dbb223ed2ca authored over 12 years ago
0da57878256656daf4c02c2e66ff4dbb223ed2ca authored over 12 years ago
Format the subcommands of a command.
da5503971c26de5d57596a387f51994511025f65 authored over 12 years ago
da5503971c26de5d57596a387f51994511025f65 authored over 12 years ago
Cleanup a bit.
154595c05687078720e655b0594faf5bd327a12d authored over 12 years ago
154595c05687078720e655b0594faf5bd327a12d authored over 12 years ago
Format the list of options for a (sub)command.
6fe613ac96dd51b09f30aeeb5fee0b0dd516c3c4 authored over 12 years ago
6fe613ac96dd51b09f30aeeb5fee0b0dd516c3c4 authored over 12 years ago
Register classes as subcommands.
5b57db91a1f8540b974fa61a709299dde8b320f2 authored over 12 years ago
5b57db91a1f8540b974fa61a709299dde8b320f2 authored over 12 years ago
Rename ARGV#argv to ARGV#remainder.
d2d42850477d4a902ccfdde56ca2c9cc82fce422 authored over 12 years ago
d2d42850477d4a902ccfdde56ca2c9cc82fce422 authored over 12 years ago
Finish ARGV API needed by CocoaPods.
3e2e9f71b3d9a067c21b243b69e6f74d84f536f7 authored over 12 years ago
3e2e9f71b3d9a067c21b243b69e6f74d84f536f7 authored over 12 years ago
Add ARGV#flag? and delete the flags.
475b989fda28d0248c533ed81f19e306bb044f50 authored over 12 years ago
475b989fda28d0248c533ed81f19e306bb044f50 authored over 12 years ago
Initial commit.
b8768f1ab45e81eb58c09405997526e2dc50281b authored over 12 years ago
b8768f1ab45e81eb58c09405997526e2dc50281b authored over 12 years ago