Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/fastlane/commander
The complete solution for Ruby command-line executables
https://github.com/fastlane/commander
3b703542fcee4f5146cbe121372600951fb7fba0 authored almost 13 years ago
8c1bc61908cc1d3d906677550c1eca32325383d0 authored almost 13 years ago
bb207cf71a53d870b5fa478dff2bfc0e79d53bf9 authored almost 13 years ago
dc08ff95ca8c0bfa34a5cf23d132aa9e1a2e6d2c authored almost 13 years ago
1401ce6f1ea16a3a6be9601ade3fc4d8800cd673 authored almost 13 years ago
3f1eef4b3998602114c47b926c35576fc57a443f authored almost 13 years ago
c49c53ebc6d82ec99ae56d6db09607a3c94161e1 authored almost 13 years ago
59fe3e45b0b61790094ba642411283fa724761d0 authored almost 13 years ago
9f76d33d939a05680ec4d17d7f1cefe1ce251608 authored almost 13 years ago
2e9003319b933af9175a3dc7e4ce8a011a4ddb33 authored almost 13 years ago
8c9716d0ee1ee4e3fcfe439eb65c90a38b0e38fd authored almost 13 years ago
5043a5894aabdcc6eb40d179b434b4cb8805cafb authored almost 13 years ago
226b0c01306713741c6365f4e191bf953375180b authored almost 13 years ago
Previously, with an optional arg like:
c.option '--something [optional]'
Running your command...
d8b211db3b01a87f165b1b867218402078b09418 authored almost 13 years agod497786961e978c23641d35ba511aa87be57ad8b authored about 13 years ago
aa866aa8bf7ef60b784ccdb96c3f7fe5118d057b authored about 13 years ago
577f292e6065a7d64b59cf599bb9bf9d2dd835bb authored about 13 years ago
2e10efe2d67707de680aa2e5f678bd055afd24b6 authored about 13 years ago
c4ee646ab6ca5f8824dc749fc4557b2ccd4e4790 authored about 13 years ago
977c7ac2dba3da65ba6906a72d463f7e22508745 authored about 13 years ago
1e7a151c97d7351dd3a1cea0ad5f69662fc9cc98 authored about 13 years ago
1a1c4c8d1c274b438262d24e09a80133cb130051 authored about 13 years ago
dbb9ef1060daec5e22880db12f27f58081538e70 authored about 13 years ago
c9b41c454de2a5bd938541912dcefea9d8927be2 authored about 13 years ago
8d9fd0eebe25f59e8aa90be89607bc42292580b1 authored about 13 years ago
ensure is called even after explicit returns, so need to check for nil local variables
c513eb731af1bc549c173f00a6155826bb9d9496 authored about 13 years agob1f89b4a4ba543493d0b4f1c3757bcbb59fcbeee authored about 13 years ago
34c223cc6e112dd966168256f56c470e20ebe66b authored about 13 years ago
prevent ruby syntax warnings
4b396122de6d9479480db88e12ec24e1a3a08372 authored about 13 years ago
- Remove unnecessary begin/end/return
- Ensure pipes are closed
- Change order in which pipes ar...
JRuby, MacRuby, and Windows Ruby do not implement Kernel.fork (usually), but rather than explici...
f3c3f0bb2b089ee9b052a3bf904dbc083be3361b authored about 13 years agob366cc276c6f0fc85f7e5131965560187d77c3e6 authored about 13 years ago
a68d9f76003d05d6c8de9a82863f65fd6865b0ab authored about 13 years ago
- Update all gem meta-stuff to use bundler for managing dependencies and minimal gem-related rak...
d9cbac7aeae896d7f60d6aa9ee82052e7fd19746 authored about 13 years ago7e1674b988c2ed90c0bd3a64a2fca474c341eab3 authored over 13 years ago
f82f567d80c2b52c0472576fe05d6a63c7088abe authored over 13 years ago
7e7602751f163dc62e5d317cbdd495da1dbfb4da authored over 13 years ago
b4ca686007755134be10a8e96422522477f120bd authored over 13 years ago
95acbe9051069557429349ac6386bb1707b2f43b authored over 13 years ago
16d30105841f73c4b13cbbaff6962c4743058c87 authored over 13 years ago
Fix performance issue under Ruby 1.9 by using fixed methods instead of method_missing
4a53432ebf9841167e1bcde5884813eacf48fe51 authored over 13 years ago
- Use Object instead of Module for const_get, since that's where the
list came from
- include all HighLine::Question#convert special cases
- include all Classes that respond to #parse
AskForClass overrides method_missing and is included by commander/import
to allow you to do thin...
601522c77bec5d68d013e655cdfd0e99b1fb3c12 authored over 13 years ago
8f3df7fd8d069568dc8ebd2b089a83fbc9d58034 authored over 13 years ago
055bd80b29b964c50a1e3e721b811362c199682e authored over 13 years ago
b19360682b15d21c674492b859893f4bf409ccd2 authored over 13 years ago
21bbba6dfdd17c833ba2ebc738c8443eda238d24 authored over 13 years ago
f3e3cafd21126077ab0185f8f8e75d919a54b67e authored over 13 years ago
a1384e08032db6849402c4f62cee11ce1ebe3333 authored over 13 years ago
de5c7a18d8582f5cfa10962af42c5794d5d2f149 authored over 13 years ago
62a997817c5bd310db8140a223a97f7e214e6e45 authored over 13 years ago
5b3841358f6ddb0faa7d4aee8caf56c2f451760c authored over 13 years ago
2513aa80707ead9c7e2a81d50103ed5fa2f3b3c1 authored over 13 years ago
a154d1122e69b7cd71318fe25229652ec2d58af8 authored over 13 years ago
e82198ef75331004e2c3daeced7c4d20cd09758a authored over 13 years ago
1862b6aeb33ce590df5e8b6cfb9c0fb9a3b796e6 authored over 13 years ago
Global options can be passed before or after the command, they can even be mixed
with command op...
Since 1.2.9 Rspec has added PROJECT_ROOT/spec to the load path.
31b4e6e5459ee94959af76084b6d059a68ea9f4e authored over 13 years ago62ca410e91d9522ffc7cf0b77681520bd893cfd8 authored over 13 years ago
d62d14cad63b9bfcd2618f197aa90460780d4c8d authored over 13 years ago
31e070c0d17fce76853c0a85a4cc81a2d1b0ae5b authored over 13 years ago
8660cdfb26cf18951ce1a4856ce1aefb46145727 authored over 13 years ago
fc69fc0ba9c889be82ca4c8bf7cdd93d2a903804 authored over 13 years ago
cd720dbef0a841436ecbd2ffeb16061497fa9af4 authored over 13 years ago
e511e9d511acad78c4a2ab07cf7b25787cd0e0f5 authored over 13 years ago
9d1117b2cf938dec53198ace75d7508006c20768 authored over 13 years ago
d95a7e0f9001c10e1cb50671ce0c0b85ce9edc5a authored over 13 years ago
171b99776473491677bb2d6f96db43760a9b5bc2 authored over 13 years ago
9b0b4971b59bebc3ffd40ec8ed49a94ebdf9e604 authored almost 14 years ago
13a497d44aed59a1e3b890aa814d7962d5fe6ba9 authored almost 14 years ago
362ea77d0d682968d381d4d4905bbec35e3be9f1 authored almost 14 years ago
437accf0dd4e1b4726f55ba2e4c51bce642d551c authored almost 14 years ago
bec34498a0e33de924c6c1a932456e7ce2218baa authored almost 14 years ago
8084d0540dc90ffcad7b6d6f6740c07ac365dfaa authored almost 14 years ago
e80dcdac0e3b2e687dd2f49a5dd6c7b7dba75660 authored almost 15 years ago
b54918628de656ccf975e328d12eecc6c0220333 authored almost 15 years ago
0f8f56e291ad1703df33eef0d406690f0f5bff65 authored about 15 years ago
94541a0fbc1aaed45eec89abf5855aed63d41fda authored about 15 years ago
1498502f2c98737cb70f749e2582f97fddd71c19 authored about 15 years ago
eb17cab453a6fd9228f8a70f25efc309da34e5b2 authored about 15 years ago
4516b33c80573acf44c65bd84bfb25ad272302fa authored about 15 years ago
18e5c14cfe54f01edb5dab794b20a5e840f89d46 authored about 15 years ago
7093bc68cc1d24356cdccae735ccf65c63d23891 authored about 15 years ago
c5238c9f9b328f3cb9fc607a096a72b997f6a89d authored about 15 years ago
b96393cc9a149a98b61ffee718047bc916b39e83 authored about 15 years ago
4254b4a2e1b78bfd49a69b70b5f1c4c8aa03e4b2 authored about 15 years ago
357afe937c2990afb9ba68f2048e10a8ac493485 authored about 15 years ago
4cae806bbd8e33112803e1e12381625f91abacc8 authored about 15 years ago
22f72429142f5300c752f2fea814657085599459 authored over 15 years ago
84140214e82c97c1ddaf94251b5e937645534f21 authored over 15 years ago
103df4a7a4f0ec8c6e0045e20b1e376a2ef362ab authored over 15 years ago
ed46a21b63d4eeb581c97fc5921dc468e72e6049 authored over 15 years ago
31715b4079f994ebd40681ec428a3492fab8eb3e authored over 15 years ago
3cf493a2acdb49281ce8a9865e24dd1f635edc02 authored over 15 years ago
7f735b6ea5c96921f740c54d0c3475b2e93dd2ea authored over 15 years ago
29aa29c93a4c19b23ebed007c58f18ea124f8512 authored over 15 years ago
99ccc40d51d7f890e3b5124cadca8085c68436f5 authored over 15 years ago
aa8173a51017377df1f8468b055b70a41b0dd169 authored over 15 years ago