Any other flag (--watch, --timeout=5000, -o, …), passed through verbatim.
import * as Args from './index.ts'; const flag: Args.FlagToken = { kind: 'flag', raw: '--timeout=5000' }; flag.raw; // '--timeout=5000' — dashes and the glued =value stay intact