chore: rename configure script to app

This commit is contained in:
Mark Bailey 2024-11-04 12:58:55 -05:00
parent f8c26830c9
commit a8b4576acb

View File

@ -97,8 +97,7 @@ _main() {
"$VENV_match") _venv "$@" ;;
"$INIT_match")
_venv "$@"
shift
_init "$@"
_init
;;
"$FREEZE_match") _freeze ;;
esac