-
Notifications
You must be signed in to change notification settings - Fork 1
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
compare more than one env? #9
Comments
@wanderingstan sorry I didn't see this one earlier. I set the
anything above that would be weird. I see you changed it to only accept one arg -- what do you think of the above approach though? |
Until we really need option 1, I'd be in favor of keeping Option 3 makes me wonder, "but can't we just use regular |
We sort of could have a getenv (or some other name) and a diffenv? |
Yeah exactly. And again, I'm not 100% sold on the idea, just playing it out. Also feel like it would also be good to nail down the word for the things we're creating and comparing.
"env" or "environment" seem the clearest, if that's not confusing. (e.g. your file structure is not strictly part of your environment, but you could make a case that it is when you're running code.) So then you would use |
Hmm. |
I'm getting errors on my
stan/ui-stuff
branch since changing the-c
param to only accept one arg. It seemed to be a bug that it took more, since it seems odd to compare current with more than one env, and the instructions said it compared exactly 2:8fedf34#diff-745d835925dfbedf0741af6a49b9152bL22
But this has broken the
-c
on my branch, it looks like it really expected there to be a list of files. Was there an expectation that users could compare 2, 3, or more envs at once?The text was updated successfully, but these errors were encountered: