-
Notifications
You must be signed in to change notification settings - Fork 150
Closed
Labels
breaking-changeThis change is breaking and, if implemented, must be postponed until the next minor releaseThis change is breaking and, if implemented, must be postponed until the next minor releaseenhancementWe would love to have this feature! Feel free to supply a PRWe would love to have this feature! Feel free to supply a PR
Description
If I have a docopt like this:
#[structopt(short="n", long="no-op")]
/// Run the command as normal, but don't modify the file
///
/// In no-op mode, rewrite will do everything it normally does, including
/// writing to a temporary file, if enabled. The only thing it doesn't do is
/// modify the contents of the file.
no_op: bool,It would be nice if structopt detected the line break, and set the separate parts as help and long_help. It would also be nice if it automatically reflows the line breaks correctly.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
breaking-changeThis change is breaking and, if implemented, must be postponed until the next minor releaseThis change is breaking and, if implemented, must be postponed until the next minor releaseenhancementWe would love to have this feature! Feel free to supply a PRWe would love to have this feature! Feel free to supply a PR