escort icon indicating copy to clipboard operation
escort copied to clipboard

A library that makes building command-line apps in ruby so easy, you'll feel like an expert is guiding you through it

Results 14 escort issues
Sort by recently updated
recently updated
newest added

I have created my actions, however they are returning values that I need in another class. Is it possible to get it somehow?

I've got a script that converts video files. -l is the short flag for "auto-detect letterboxing and remove if present." I would like to have a corresponding "-nl" flag for...

Hi, I really like Escort! Is it still being developed? If require the escort 0.4.0 gem in a project that is using simplecov for code coverage, I get a error...

auto_options should be @auto_options.

Is this project dead? I would like to submit a pull request but the tests seem dysfunctional?

Update ruby version to 2.4.2 Update RSpec and dependency gems to latest versions. Fix deprecated RSpec code to make tests green again. Add ruby 2.4.2 to Travis-ci. Add gem pry...

When I run `$ rspec ./spec/lib/escort/setup/configuration/locator/chaining_spec.rb` everything is green. But when I run the whole `spec/lib/escort` folder specs I get this result: ``` $ rspec spec/lib/escort/ --seed 34021 Run options:...

Caught this issue while fixing failing tests, and thought to put it here maybe someone with more knowledge of the code base could have a look at it. Environment: Ruby-2.4.2...

Cool library - thanks! I've added a couple of documentation enhancements explaining how to generate a call stack and how to log to STDERR. I was stuck on these two...

I would like to have have a loop that gets the input and passes them to my app to validate and execute the command typed in from the user. After...