Files
jj-vcs-jj/cli/tests/test_help_command.rs
Yuya Nishihara 9f69c58233 cli: help: look up subcommand without using error path
It's odd that cmd_help() returns an error for valid arguments. Let's look up the
target command explicitly. We still need to do app.try_get_matches_from_mut() to
initialize clap::Command internals, though.
2025-09-05 00:26:12 +00:00

6.1 KiB