CLI for FastMail via JMAP

fix: correct argv slice index for compiled Bun binary master

In a compiled Bun binary, process.argv has no script path at argv[1], so slice(2) was dropping the first real argument (the command). Detect compiled vs interpreted context and slice from index 1 or 2 accordingly.


+9 -1
1 changed file