Rakefile | 100644 | 0 | 0 | | | 3.3 KB | 6bc4b76d1b358e06b9a5d79bb6eabe9e44c1f7cab5e75040feeb2195d06acc93 |
features/gli_init.feature | 100644 | 0 | 0 | | | 7.86 KB | 2eab420a952cac705084e2d1445d46e917c3fc527ca02d1a30de6957a2e400f6 |
features/step_definitions/gli_executable_steps.rb | 100644 | 0 | 0 | | | 401 Bytes | 97a2cae72c25f8775b7f59af674acf693c13a2ca43419d9cd88f10461d2be373 |
features/step_definitions/gli_init_steps.rb | 100644 | 0 | 0 | | | 257 Bytes | cdc18b39904f4ac77dda95ce5378ad7e342c3d54e09390193487e175b0e8b8f7 |
lib/gli/command_line_option.rb | 100644 | 0 | 0 | | | 1003 Bytes | 1518a14c679b0dc4220d8c48477a64f4bca1765c0edbf551db9dd6de5ea9dc23 |
lib/gli/command_line_token.rb | 100644 | 0 | 0 | | | 1.82 KB | 24ccddb92dc0446e52c501c613a3adaac651aaf44f8d41fd9b36a384ba30c33d |
lib/gli/commands/help_modules/compact_synopsis_formatter.rb | 100644 | 0 | 0 | | | 325 Bytes | 1b2f9e0e2c32847481f6abca56138bd311b1f97cf15c4409942284acc27bcbe0 |
lib/gli/commands/help_modules/full_synopsis_formatter.rb | 100644 | 0 | 0 | | | 3.37 KB | f6eb43748afc65fe740588753c17478bf5de7ad4944b1faaaf9277024da10a0d |
lib/gli/commands/help_modules/global_help_format.rb | 100644 | 0 | 0 | | | 1.93 KB | 1c54371a3b33d43bfec46ee952bfdda0777cded3cccb89413e91700ac5bb9edd |
lib/gli/commands/rdoc_document_listener.rb | 100644 | 0 | 0 | | | 3.1 KB | 1178f88d738a8ea66dc308c25519fb74de735ced9f11be7debb3c062350112d9 |
lib/gli/commands/scaffold.rb | 100644 | 0 | 0 | | | 11.5 KB | 484daa36b4eb1860fbddd0ed8d6fc9a5726dee51ff31fef6977f0cccc30644c2 |
lib/gli/dsl.rb | 100644 | 0 | 0 | | | 9.07 KB | e95350c5bcedb362019a463f880ccd33440c3ffa078954ec994fdcd88507c892 |
lib/gli/exceptions.rb | 100644 | 0 | 0 | | | 2.16 KB | 805321aa0d9b935dde8566679367a35d59bfc4f87ec449b617ace7aca8b6d467 |
lib/gli/flag.rb | 100644 | 0 | 0 | | | 2.25 KB | 4d45e740f3faf3e70f04360e91fa088d60ac8d58c017340c7cd3b8c5cc52f7d2 |
lib/gli/gli_option_block_parser.rb | 100644 | 0 | 0 | | | 2.77 KB | de01b1acbe75297cd37128be96546d24e996c91462cc872ce52f6e64e86d7fd2 |
test/apps/README.md | 100644 | 0 | 0 | | | 103 Bytes | 21fde84b99f7ebee220fd94b031fc98232f1bd99991e0e1d9a7763b8325de0ac |
test/apps/todo/Gemfile | 100644 | 0 | 0 | | | 25 Bytes | b67b9d4fbdb7f7a0aba0b03d37d2363751d0e3ea18d2ea6c02634193c043addb |
test/apps/todo/lib/todo/commands/ls.rb | 100644 | 0 | 0 | | | 1.17 KB | 8fc1039fba32cd199f34033a97fa0a0d3831873c987ed87e07eac74078c456d8 |
test/apps/todo/lib/todo/commands/make.rb | 100644 | 0 | 0 | | | 1.34 KB | 99bedf0cfd17ff6c93fb08935280e7f916d992b8d7831c7bb49c9b48950ffb65 |
test/apps/todo_legacy/lib/todo/commands/create.rb | 100644 | 0 | 0 | | | 510 Bytes | b543c8786fce6fc6b14e82eddad505b9519eaed432b8eec4c1fc38c6719ae8b1 |
test/apps/todo_legacy/test/tc_nothing.rb | 100644 | 0 | 0 | | | 154 Bytes | dbe5a576081e4f7d372534832c5e318fcc4f46fe41d6f414a6505e4b8142f501 |
test/apps/todo_legacy/todo.gemspec | 100644 | 0 | 0 | | | 802 Bytes | d493bbe0d3141b35b993fa5009edd1c28e442c256c17325dbb868f88fa596d3c |
test/apps/todo_legacy/todo.rdoc | 100644 | 0 | 0 | | | 93 Bytes | f9f04485a17562bdd337dbce4f3b753de6c7b180cca343dcd0bccbdd86e9d796 |
test/apps/todo_plugins/commands/third.rb | 100644 | 0 | 0 | | | 76 Bytes | 3708ab2c6b2128d7248bf4eb6045405eeb5272c2daa6ee901f1367ab47d4ad7e |
test/config.yaml | 100644 | 0 | 0 | | | 126 Bytes | e5edf02f94f225a178a4825a0153863ae0c0965b1fec105b9fb143910f6610e7 |
test/tc_flag.rb | 100644 | 0 | 0 | | | 1.74 KB | 7ea55f05f2c24dece7e5a00bea0444b0806037825b539544067ef4412ab0c61c |
test/tc_terminal.rb | 100644 | 0 | 0 | | | 2.6 KB | 4dfd1ba0c720a936fc38e76c75bca9f199585931fea3c05c133c1290e9fe2304 |
test/apps/todo/lib/todo/version.rb | 100644 | 0 | 0 | | | 36 Bytes | cdc61fd63cb714fe95b5b9e0a41f2f2c04ac22e203faad0b1707e55488b0dc33 |
test/apps/todo/test/tc_nothing.rb | 100644 | 0 | 0 | | | 154 Bytes | dbe5a576081e4f7d372534832c5e318fcc4f46fe41d6f414a6505e4b8142f501 |
test/apps/todo/todo.gemspec | 100644 | 0 | 0 | | | 802 Bytes | d493bbe0d3141b35b993fa5009edd1c28e442c256c17325dbb868f88fa596d3c |
test/tc_verbatim_wrapper.rb | 100644 | 0 | 0 | | | 774 Bytes | 171f8df7b67e489c7c2dfe26f888263d699a4630943060905389554cdaa6751b |
test/test_helper.rb | 100644 | 0 | 0 | | | 347 Bytes | 53cf8a771162af8f6c20f7ab2107fc8c028bc5abd3d931287f63da5944422e23 |
.gitignore | 100644 | 0 | 0 | | | 102 Bytes | 0d5a2ab3e1eaf991a0258f2263a593b49c6b685d5cfcfc9e40e3fbd0604b97b4 |
.ruby-gemset | 100644 | 0 | 0 | | | 8 Bytes | c3851aa6f7c7be0c460e41c14fe08d303de8e7e8a9e0bbdd3a188c0e2700f3b9 |
.ruby-version | 100644 | 0 | 0 | | | 6 Bytes | c28fcca53637bc88e124af1725df13cb98c69dedefd62fb3cdbe1cdb6b760624 |
.travis.yml | 100644 | 0 | 0 | | | 165 Bytes | 0583e06a0beda91937b6ea5d3d885a9776b889a6fc0a73a9982cd8e4b80a48d9 |
CONTRIBUTING.md | 100644 | 0 | 0 | | | 1.26 KB | 425bfe681f944c59a0d99e74accf539c9abc28627fe46df758819aa1b265a901 |
Gemfile | 100644 | 0 | 0 | | | 173 Bytes | b5ca9ecfbf995914d9555842fa971dd154cd2d72ca1023c9f062e1891daa4137 |
LICENSE.txt | 100644 | 0 | 0 | | | 11.1 KB | c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4 |
ObjectModel.graffle | 100644 | 0 | 0 | | | 27.1 KB | 4cb436302aa72fa9735b2fa0a3cd4d3640244f8d8b6c7c74d15788a5c328c0dd |
README.rdoc | 100644 | 0 | 0 | | | 3.68 KB | 867b4a09c58c1e1a241e1d264b0822a25ac909c725919ea89b735890c219aacc |
bin/gli | 100755 | 0 | 0 | | | 1.6 KB | 6beef92dde99116870438403dd6e0d20eced9101f9a71c40c8c55230244372a1 |
bin/report_on_rake_results | 100755 | 0 | 0 | | | 274 Bytes | 5068789ef7990b87cf455907a9bbe4a3ae83c0402fb6d0919560b9319f0eae50 |
bin/test_all_rubies.sh | 100755 | 0 | 0 | | | 349 Bytes | 156ffb91c98e4f10bb6eff497af340f825719e6a6dcb2373f2afcee7694cecef |
features/gli_executable.feature | 100644 | 0 | 0 | | | 2.69 KB | c2beae3790f983c6188ed57f55667a7163dbf1680065a8b2f3c5eb7af69e2175 |
features/step_definitions/todo_steps.rb | 100644 | 0 | 0 | | | 3.09 KB | 08cf327c2f744cf20cb771c41daa5c87d3d0d58488eb94a67e469feb44dc8860 |
features/support/env.rb | 100644 | 0 | 0 | | | 1.48 KB | 92aa2f0f92023d153baf6ece1a5fc53d968a0479d7c278979e9ccf8deca7e903 |
features/todo.feature | 100644 | 0 | 0 | | | 13.5 KB | e74b087ba09b422c788b8e3812c4f50fede2c7ce039466b05ed4481275b23eb8 |
features/todo_legacy.feature | 100644 | 0 | 0 | | | 3.7 KB | 4431510298620a31d8fd93ccecd8ef4465046965130d2d627cff0eeb5b80f3fb |
gli.cheat | 100644 | 0 | 0 | | | 2.55 KB | 25b7c36b59aa7eba8edcfc960bac4308d2bba2fa32fcf41b2a7d65853bc922f5 |
gli.gemspec | 100644 | 0 | 0 | | | 1.49 KB | b3414a3c2c460c41ffe3fa79e5a19f8929adb55309c56fd036dd601162b5ce9a |
gli.rdoc | 100644 | 0 | 0 | | | 1.32 KB | d4b3f87f28b8ace32300d0fa276744c5bdfb9e585f8ff3381db55a7a012e1006 |
lib/gli.rb | 100644 | 0 | 0 | | | 994 Bytes | 534f30c35ecab911bc01baf5c3cb3f487114fd0fc8ba8045bec05ce409037c67 |
lib/gli/app.rb | 100644 | 0 | 0 | | | 11.9 KB | e63b0f6e20bf7b5d5b187e15714387ac0bb079bb1e91d10d483dd60b6a8a5be1 |
lib/gli/app_support.rb | 100644 | 0 | 0 | | | 8.33 KB | cba7f6d22290c006e6a1c5aa964c88efc8b189fec2661e1e98a37ca21cb2835c |
lib/gli/command.rb | 100644 | 0 | 0 | | | 6.53 KB | 5923f66050d010b8900dd3a4d3151bf7c360cad91ed825787688b1ac18f12ef0 |
lib/gli/command_finder.rb | 100644 | 0 | 0 | | | 1.57 KB | a909c72fca82c660b5684797ff445d8c10aaa3f1ee72b0e9df91b25ca557ad36 |
lib/gli/command_support.rb | 100644 | 0 | 0 | | | 4.33 KB | 5db3d5de447e555bcf7751a7a8fc61e26fa9a3daa47e513e13a316a599856458 |
lib/gli/commands/compound_command.rb | 100644 | 0 | 0 | | | 1.29 KB | f7ba860d63eea6af5fdd801a8e014314a4b5deb268e2dca849165335cc17d67c |
lib/gli/commands/doc.rb | 100644 | 0 | 0 | | | 7.96 KB | 35d332623cdac6a2a41f233740c499909d6690978a27752642b9aea95a0dea9a |
lib/gli/commands/help.rb | 100644 | 0 | 0 | | | 4.47 KB | 8104a07bae2a3b77a954307c3b4d7c3a551d8a1bd8253943bf37aede0fc37469 |
lib/gli/commands/help_modules/arg_name_formatter.rb | 100644 | 0 | 0 | | | 536 Bytes | 0f5708a25cd721eedb40f77ce58e168e520141aad6d2236ae1b4c5c9671262a6 |
lib/gli/commands/help_modules/command_finder.rb | 100644 | 0 | 0 | | | 1.89 KB | d80f0bdf5d09a60171e17229f74957c14910e8a3537b3e51aeffdd73327339c2 |
lib/gli/commands/help_modules/command_help_format.rb | 100644 | 0 | 0 | | | 2.53 KB | 205d09645aef793e8d13cacd90b8b5d2ffcb765e3105fad734b833330fee5495 |
lib/gli/commands/help_modules/help_completion_format.rb | 100644 | 0 | 0 | | | 846 Bytes | 99f81d36d8e3ec655ec8dc01e6e7037944db4d19ac4d14fe03df6c11b9fc0fb0 |
lib/gli/commands/help_modules/list_formatter.rb | 100644 | 0 | 0 | | | 739 Bytes | 17f53a229a898360e7b25b1454c69fd58b35c31e8783a54a0378be24aab1ac82 |
lib/gli/commands/help_modules/one_line_wrapper.rb | 100644 | 0 | 0 | | | 586 Bytes | a4805ef769e666d713993f20e7718ed657cf122b523bc2c218da802358050a3d |
lib/gli/commands/help_modules/options_formatter.rb | 100644 | 0 | 0 | | | 1.78 KB | 64b19071d5027f80c61b5979ed5c0dbcc58146ebb5f4a502a71c4700e913f296 |
lib/gli/commands/help_modules/terminal_synopsis_formatter.rb | 100644 | 0 | 0 | | | 689 Bytes | fa21c51a160650a3659e52645f213d9f10bac983a2d9c677b6c5794f6f75818a |
lib/gli/commands/help_modules/text_wrapper.rb | 100644 | 0 | 0 | | | 1.65 KB | 92180c7de8bf7928153e5d591e61f74586a6cfad9f6a6d8820c2731ac5090c02 |
lib/gli/commands/help_modules/tty_only_wrapper.rb | 100644 | 0 | 0 | | | 748 Bytes | b209d627be6c6544195b5a092911fc649da285a1bcb6cf0db1960999a4dfc0f1 |
lib/gli/commands/help_modules/verbatim_wrapper.rb | 100644 | 0 | 0 | | | 399 Bytes | ba6195e9c8e86ff588d1ef80b9fa3608bd84778a800b8c9d7732abe7784eef91 |
lib/gli/commands/initconfig.rb | 100644 | 0 | 0 | | | 2.54 KB | 7bb88d7218b9d73b2d2217c95752ffc05d7adfd174ec4745559d71c55262f85d |
lib/gli/gli_option_parser.rb | 100644 | 0 | 0 | | | 6.58 KB | 457b97aa91970666bd0181fe20ca515c54cbfae31b6a9a9da9108c236d542f10 |
lib/gli/option_parser_factory.rb | 100644 | 0 | 0 | | | 2.37 KB | b31c4efebf5fe84df37f555a0308fc4f87c638d567e01c671450bbc205075e90 |
lib/gli/option_parsing_result.rb | 100644 | 0 | 0 | | | 513 Bytes | 160f29a6ba10e7e6586fa182a92f83bd12475086a3b0755d164e741f86893ef4 |
lib/gli/options.rb | 100644 | 0 | 0 | | | 493 Bytes | 5869e369d3510ee81adf250a3e6761439a43386f914ea092fb265c8cab4a5e1c |
lib/gli/switch.rb | 100644 | 0 | 0 | | | 1.05 KB | ea40e585d08fde9fbdc3d7f6a2f2a5dae2a414b719e6d107fdbe50d7214ce125 |
lib/gli/terminal.rb | 100644 | 0 | 0 | | | 3.38 KB | abfc1fcff24963e8b1ed64db9403ce0223bebabac00aa3ad355dd2b0070fc1e3 |
lib/gli/version.rb | 100644 | 0 | 0 | | | 76 Bytes | d9968856282b7d2b424163d48a1324fd4b7b54aec7b63f69284db1cefb13a5f9 |
test/apps/todo/README.rdoc | 100644 | 0 | 0 | | | 56 Bytes | a4f6da5ae9ec1b3e7468743deaf27416c0fe266aefea1bca28309347abe6bf9d |
test/apps/todo/Rakefile | 100644 | 0 | 0 | | | 475 Bytes | 88577e824e43e120af8c6262a17861bedc8b51af4accadda5acf9a5f6131f79c |
test/apps/todo/bin/todo | 100755 | 0 | 0 | | | 1.69 KB | 6a590830ddc5248bf59fe721edf8d2ac2948a00e42d9c97b298a26676aa53818 |
test/apps/todo/lib/todo/commands/create.rb | 100644 | 0 | 0 | | | 510 Bytes | b543c8786fce6fc6b14e82eddad505b9519eaed432b8eec4c1fc38c6719ae8b1 |
test/apps/todo/lib/todo/commands/list.rb | 100644 | 0 | 0 | | | 1.46 KB | c03c088f81d3cb2a06fa58300c66c88af3bd56211e9757ef5d413db5d1c7dab8 |
test/apps/todo/todo.rdoc | 100644 | 0 | 0 | | | 93 Bytes | f9f04485a17562bdd337dbce4f3b753de6c7b180cca343dcd0bccbdd86e9d796 |
test/apps/todo_legacy/Gemfile | 100644 | 0 | 0 | | | 25 Bytes | b67b9d4fbdb7f7a0aba0b03d37d2363751d0e3ea18d2ea6c02634193c043addb |
test/apps/todo_legacy/README.rdoc | 100644 | 0 | 0 | | | 56 Bytes | a4f6da5ae9ec1b3e7468743deaf27416c0fe266aefea1bca28309347abe6bf9d |
test/apps/todo_legacy/Rakefile | 100644 | 0 | 0 | | | 475 Bytes | 88577e824e43e120af8c6262a17861bedc8b51af4accadda5acf9a5f6131f79c |
test/apps/todo_legacy/bin/todo | 100755 | 0 | 0 | | | 1.6 KB | 413c7eb393ecd316277a4801755acea5b81c37b6b4babb2aaa7adfe4f6e4ee27 |
test/apps/todo_legacy/lib/todo/commands/list.rb | 100644 | 0 | 0 | | | 1.42 KB | 9d9227a8070ac6073d2e993e69d1a79e88e1d36330ce9e5794072a35babb00af |
test/apps/todo_legacy/lib/todo/commands/ls.rb | 100644 | 0 | 0 | | | 1.17 KB | 8fc1039fba32cd199f34033a97fa0a0d3831873c987ed87e07eac74078c456d8 |
test/apps/todo_legacy/lib/todo/version.rb | 100644 | 0 | 0 | | | 36 Bytes | cdc61fd63cb714fe95b5b9e0a41f2f2c04ac22e203faad0b1707e55488b0dc33 |
test/fake_std_out.rb | 100644 | 0 | 0 | | | 440 Bytes | 192dfac89db7cc989c6259122bcc92eaaab2ecf83d1e8ede22c3e955662da2a7 |
test/init_simplecov.rb | 100644 | 0 | 0 | | | 114 Bytes | 61d1ea0fc2b81f76034cee40a304087d2c9862319cbc8b6d05700da3e8dc76cb |
test/option_test_helper.rb | 100644 | 0 | 0 | | | 229 Bytes | 48086107c36f35d290488249f9b25b51bc1bda52caa31edd4a5b8c05dddb7689 |
test/tc_command.rb | 100644 | 0 | 0 | | | 14.5 KB | 67b7a28dcae98dfb7d29dbf7761966de51c28b2adc634549c46c66e484d5b319 |
test/tc_compound_command.rb | 100644 | 0 | 0 | | | 665 Bytes | 903711488886c5a1bddc7a76581bf6932f7353ebd2197f74619928d448c2b023 |
test/tc_doc.rb | 100644 | 0 | 0 | | | 8.59 KB | 45552b2f013f4a873780081233c30af36e6799aee7c5f02c487d996bce236aff |
test/tc_gli.rb | 100644 | 0 | 0 | | | 21.7 KB | d6b71c2cf80ab35c954d050201e722f07a5bbc297ac3c41e84b506f90b9e7565 |
test/tc_help.rb | 100644 | 0 | 0 | | | 10.9 KB | 8c9cffaf3b77fdbc25bf90f4f7019b08168196c4fd9e50b8eff30a468595e18d |
test/tc_options.rb | 100644 | 0 | 0 | | | 939 Bytes | 62c7bb45f0651c3e21ce8a4866e2c6953392c5986fcf862286a3d0d1f1510b52 |
test/tc_subcommand_parsing.rb | 100644 | 0 | 0 | | | 3.3 KB | 799ce952bcbd0cf6fb57b4de24d0bf42fa21d550cd7c6b9ea8a671f05369a735 |
test/tc_subcommands.rb | 100644 | 0 | 0 | | | 8.09 KB | dc91771c544334cf31ff6659cfd7fa19fc7c17c351fb96f8d4406e11a1920bf9 |
test/tc_switch.rb | 100644 | 0 | 0 | | | 1.27 KB | 3b3a96e6c3de9c14d3542c8d34af095be7ef1b1e1a67d9288492af4d7df33606 |