If we don't want to install first, can we say ``` npx @bahmutov/print-env GOO ``` and print variables that start with `GOO`? Right now it switches to `has-env` automatically and just prints ``` GOO1: true ``` work-around for now ``` npm install @bahmutov/print-env npx print-env GOO ```