Yo - Define & Unify
Yo! Execution Workflow.
The Three Phase Execution Workflow
Phase 1: Special Flag Preprocessing
There are two special flags. "?" and "!".
These special flags control two enviorment variables: "$DRY_RUN" and "$VERBOSE".
They work before regular parsing, so they don't interfere with your script's actual parameters. It's like having meta-commands.
? > VERBOSE++ # 🦆 says ⮞ increment $VERBOSE & set the scripts logLevel to "DEBUG"
! > DRY_RUN=true # 🦆 says ⮞ sets $DRY_RUN to true
⮞ hope dis was a enjoyable read and dat u learned sumthing