support preseeding options in primate init; if all options are preseeded, the wizard is skipped
npx primate init . -f=react -b=go -r=deno -d=sqlite -si
first arg can be a destination, otherwise . will be assumed
options:
-f, --frontend
-b, --backend
-r, --runtime
-d, --database
-s, --sessions
-i, --i18n