jj/cli/examples
Yuya Nishihara 4a9fcb0d15 templater: inline expect_<construct>_with() parsing helpers
There aren't many callers, and it was inconsistent that some callers didn't
attach alias traces to diagnostic messages.

The stripped-down expect_<construct>() functions also attempt to unwrap aliases
for consistency reasons. This is redundant, but should be cheap. If there were
callers who don't need to reinterpret a string literal, they wouldn't have to
use catch_aliases() block at their call sites.
2025-06-30 13:54:57 +00:00
..
custom-backend address new mismatched_lifetime_syntaxes Clippy lint 2025-06-17 07:40:05 +00:00
custom-command cli: replace ExitCode by u8 2025-05-17 05:45:59 +00:00
custom-commit-templater templater: inline expect_<construct>_with() parsing helpers 2025-06-30 13:54:57 +00:00
custom-global-flag cli: replace ExitCode by u8 2025-05-17 05:45:59 +00:00
custom-operation-templater templater: inline expect_<construct>_with() parsing helpers 2025-06-30 13:54:57 +00:00
custom-working-copy cli: replace ExitCode by u8 2025-05-17 05:45:59 +00:00