Proposal
Current, passing any number of flags after --help acts as if the remaining flags are ignored. For rust-lang/rust#98977, it would be convenient if there were a way to get all help output at once.
I propose that rustc --help -C help be changed to behave the same as rustc --help && rustc -C help to make this easier. Ditto for -Z help and -W help.
I would expect these to be printed in the order they're specified on the command line, rather than in some fixed order.
Mentors or Reviewers
@jyn514
Process
The main points of the Major Change Process are as follows:
You can read more about Major Change Proposals on forge.
Proposal
Current, passing any number of flags after
--helpacts as if the remaining flags are ignored. For rust-lang/rust#98977, it would be convenient if there were a way to get all help output at once.I propose that
rustc --help -C helpbe changed to behave the same asrustc --help && rustc -C helpto make this easier. Ditto for-Z helpand-W help.I would expect these to be printed in the order they're specified on the command line, rather than in some fixed order.
Mentors or Reviewers
@jyn514
Process
The main points of the Major Change Process are as follows:
@rustbot secondor kickoff a team FCP with@rfcbot fcp $RESOLUTION.You can read more about Major Change Proposals on forge.