Skip to content
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

Specify path for repo #53

Closed
Linuus opened this issue Dec 13, 2014 · 2 comments
Closed

Specify path for repo #53

Linuus opened this issue Dec 13, 2014 · 2 comments
Assignees

Comments

@Linuus
Copy link

Linuus commented Dec 13, 2014

Hi!

I'd like to run Pronto from another directory than the git repo to analyze, is that possible?

I thought that was what this PR was for: #52 but it doesn't seem to work. Whenever I pass options for pronto run I get errors.

pronto run tmp/repository/foobar
ERROR: "pronto run" was called with arguments ["tmp/repository/foobar"]

I'm using the github version of pronto.

@mmozuras
Copy link
Member

@Linuus Not at the moment. #52 limits the number of files to check, but you still have to be in the repository directory. That PR is also not a part of the latest version. I intend to release 0.4.0 at the start of January.

As for described functionality: it can already be done in other ways. For example, by wrapping pronto run with pushd/popd in bash scripts. I think that "saving keystrokes" is not a good enough reason for additional complexity. What kind of scenarios or benefits are you thinking of? 😄

@mmozuras mmozuras self-assigned this Dec 14, 2014
@Linuus
Copy link
Author

Linuus commented Dec 15, 2014

@mmozuras Ah, I see. Well, I don't really need this anymore as I use Pronto directly from ruby instead of running the CLI :)

I'll close this.

@Linuus Linuus closed this as completed Dec 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants