Skip to content

Allow jobs keys to default to listing all keys #252

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 5, 2018
Merged

Allow jobs keys to default to listing all keys #252

merged 3 commits into from
Jun 5, 2018

Conversation

soundasleep
Copy link
Contributor

I was having an issue on my Windows installation where I couldn't list any jobs through the command line.

This commit allows the "keys" command to take a default of "*", which helps Windows installations, where the Windows CLI interacts poorly with bundle exec jobs keys '*':

ERROR: "jobs keys" was called with arguments [ (every file in the working directory ) ]

It's still possible to run bundle exec jobs keys <pattern> as necessary.

soundasleep and others added 3 commits November 6, 2017 11:27
This can help debug Windows installations, where the Windows CLI
interacts poorly with `bundle exec jobs keys '*'`:

ERROR: "jobs keys" was called with arguments [ (every file in the working directory ) ]
@mhenrixon mhenrixon self-assigned this Jun 5, 2018
@mhenrixon mhenrixon self-requested a review June 5, 2018 17:59
@mhenrixon mhenrixon added the bug label Jun 5, 2018
@mhenrixon mhenrixon merged commit 43f6070 into mhenrixon:master Jun 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants