-
Beta Was this translation helpful? Give feedback.
Answered by
pacak
Nov 26, 2024
Replies: 1 comment 5 replies
-
I'm pretty sure that's Lines 503 to 521 in 88e2f4d |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah.
write_shortlong
deals with--via
part,=
goes as plain text,<fDMETHOD>
is gets rendered with.metavar
.At the moment
.argument
method takes&'static str
as metavar so you can't customize it withDoc
, but you can still put some ANSI sequence inside to override it to your liking.