You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug denv doesn't complain when init is run that would require overwriting but is instructed to not overwrite.
The problem here is not that denv refuses to over{write,ride}, its that the user is not told that the skipping is done.
Expected behavior
I would like denv to fail when running denv init --no-over --no-mkdir owner/repo:tag /full/path/to/workspace if the deduced already-existent denv is not /full/path/to/workspace.
Describe the bug
denv
doesn't complain wheninit
is run that would require overwriting but is instructed to not overwrite.The problem here is not that
denv
refuses to over{write,ride}, its that the user is not told that the skipping is done.To Reproduce
Expected behavior
I would like
denv
to fail when runningdenv init --no-over --no-mkdir owner/repo:tag /full/path/to/workspace
if the deduced already-existent denv is not/full/path/to/workspace
.Additional context
LDMX-Software/ldmx-sw#1472 (comment)
The text was updated successfully, but these errors were encountered: