Results 5 comments of secondary-smiles

Previously, if tea was passed a flag that it didn't recognize it would throw an error which wasn't consistent with most of the other tea errors. Also, if it were...

When Deno throws an error it leaves a trace. ``` error: Uncaught Error: unknown flag: -g throw new Error(`unknown flag: -${c}`); ^ at useArgs (file:///opt/tea.xyz/src/v0.16.0/src/hooks/useFlags.ts:183:31) at file:///opt/tea.xyz/src/v0.16.0/src/app.ts:12:27 ``` While I...

I also agree. I'll revert the `panic()` usage and function and see about making a new PR to address it.

Sure thing, I'll get to it in a bit.

Sure. I haven't gotten super familiar with the sourcecode yet, but I'll take a look later and work on a `TeaError` for arg parsing.