evanthegrayt / cdc

☣️ Shell plugin for zsh/bash that allows you to cd to subdirectories of user-defined directories from anywhere, without editing CDPATH.
MIT License
22 stars 0 forks source link

Fix debug flag having to be first option #36

Closed evanthegrayt closed 4 years ago

evanthegrayt commented 4 years ago

Because of the way getopts works, if you call -D after one of the stack modifying options, debug more won't be true.

evanthegrayt commented 4 years ago

Done with #38