Closed wayword-dev closed 3 months ago
Closes #36
I considered defaulting to root_path = "." instead of erroring, but it seemed more consistent with the intent of the command to error. I think it makes sense to require a user to specify exactly which directory they want to push.
root_path = "."
Thanks!
Closes #36
I considered defaulting to
root_path = "."
instead of erroring, but it seemed more consistent with the intent of the command to error. I think it makes sense to require a user to specify exactly which directory they want to push.