You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#[derive(Debug, gumdrop::Options)]structArgs{/// Which base58 alphabet to decode/encode with [possible values: bitcoin, monero,/// ripple, flickr or custom(abc...xyz)]alphabet:Alphabet,help:bool}
This will only display the first line of doc comment in --help.
#[derive(Debug, gumdrop::Options)]structArgs{/** Which base58 alphabet to decode/encode with [possible values: bitcoin, monero, ripple, flickr or custom(abc...xyz)] */alphabet:Alphabet,help:bool}
This retains the indentation from the multi-line doc comment resulting in misaligned text in --help
Optional arguments:
-a, --alphabet ALPHABET Which base58 alphabet to decode/encode with [possible values: bitcoin, monero,
ripple, flickr or custom(abc...xyz)]
The text was updated successfully, but these errors were encountered:
vi
added a commit
to vi/syn-file-expand
that referenced
this issue
Mar 29, 2022
This will only display the first line of doc comment in
--help
.This retains the indentation from the multi-line doc comment resulting in misaligned text in
--help
The text was updated successfully, but these errors were encountered: