clap alias makes both `relicario gen -l 32` and the long-form `relicario generate -l 32` route to the same handler. The short flags -l (length) and -w (words) were missing -- the READMEs existing example `relicario generate -l 32` only actually worked after this commit. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>