Raffael Schmid
Raffael Schmid
Running `GLI_DEBUG=true bin/my-cli _doc` fails with the following stack trace. This patch fixes it. I didn't check why the tests aren't failing even though [todo.feature](https://github.com/davetron5000/gli/blob/gli-2/features/todo.feature#L546) has a test for this...
Add some range filters to Account detail view bookings and invoices.
With some trial & error I found these... Maybe this will help someone else or future me 😄
I always see the part of the word I'm trying to complete in the options:  In this example I typed `Ex` and then opened the completions - it's now...
Following scoped_search definition: ``` ruby scoped_search :on => [:id, :name, :content, :created_at, :updated_at] ``` If you search for `marco` it finds every record which has been created or updated on...