cmux/CLI
Lawrence Chen eb86606841
Fix --help/-h on subcommands being silently ignored (#119) (#128)
Previously, --help/-h was only checked at the top level before command
dispatch. Running e.g. `cmux new-workspace --help` would execute the
command instead of printing help.

Add per-subcommand help text for all commands that take arguments/flags.
The help check runs before socket connect so it works even when cmux is
not running. Commands without dedicated help (ping, help, list-windows,
etc.) fall through to normal behavior.
2026-02-19 22:29:28 -08:00
..
cmux.swift Fix --help/-h on subcommands being silently ignored (#119) (#128) 2026-02-19 22:29:28 -08:00