google/argh

positional arguments made on field with reserved named (ref_) keep the trailing _ in help text

eburghar opened this issue · 0 comments

This kind of declaration

	#[argh(positional)]
	/// reference (tag or branch)
	pub ref_: Option<String>,

will generate this as help text

Positional Arguments:
  ref_              reference (tag or branch)

When using option or switch, fields are correctly renamed