17 Commits

Author SHA1 Message Date
Thibault Jouan
7d011dad60 Improve CLI usage output
* Move -h option at tail;
* Add separator between standard and tail options.
2015-04-18 17:08:18 +00:00
Thibault Jouan
71caf160be Add version CLI option 2015-04-18 17:03:25 +00:00
Thibault Jouan
9ea43ee69a Integrate blocking and multiplexing workers usage 2015-04-18 02:03:32 +00:00
Thibault Jouan
799cb3f5d9 Remove specs testing for log messages 2015-04-16 21:40:05 +00:00
Thibault Jouan
62c824cd7d Specify alternate run control file path from CLI 2015-04-14 02:28:37 +00:00
Thibault Jouan
c3e1f9639a Handle and format Uh::WM::RuntimeError in CLI.run 2015-04-13 01:29:04 +00:00
Thibault Jouan
b65e989c38 Accept -l LAYOUT CLI option to set the layout 2015-04-12 21:04:29 +00:00
Thibault Jouan
c9e6d1807b Fix X display handling in rspec test suite
* Hide any available X display from test suite context;
* Ensure the manager never connect or block.
2015-04-10 10:16:30 +00:00
Thibault Jouan
791c159d7a Implement ruby feature loading (-r CLI option) 2015-04-10 07:14:41 +00:00
Thibault Jouan
69d885b282 Support -d debug option in CLI 2015-04-09 22:22:41 +00:00
Thibault Jouan
254efe4f74 Implement verbose mode 2015-04-09 21:43:57 +00:00
Thibault Jouan
ceac19b346 Quit on `mod1+q' key binding
* Loop our runner until it is "stopped";
* Use the event dispatcher to stop the runner on `mod1+q' key press;
* Tell the manager to grab the `q' key.
2015-04-09 00:30:13 +00:00
Thibault Jouan
49fe77ddb1 Integrate our new Runner into CLI 2015-04-09 00:30:12 +00:00
Thibault Jouan
bc2ab4b9fa Fix coding standards (extra lines in specs) 2015-04-09 00:30:00 +00:00
Thibault Jouan
1b6a6f9cea Refactor CLI specs 2015-04-09 00:30:00 +00:00
Thibault Jouan
304db803f3 Introduce Env to manage CLI env and config 2015-04-07 23:13:28 +00:00
Thibault Jouan
422a940eae Implement basic CLI usage help 2015-04-07 21:56:49 +00:00