Command handlers — one exported function per jabr subcommand.
Each handler receives the already-sliced argument list (everything after the
command word), validates it, and performs the operation via the git and
stack modules. Diagnostics go through the logger; structured data is
written directly to stdout.
Command handlers — one exported function per
jabrsubcommand.Each handler receives the already-sliced argument list (everything after the command word), validates it, and performs the operation via the
gitandstackmodules. Diagnostics go through thelogger; structured data is written directly to stdout.