-
Notifications
You must be signed in to change notification settings - Fork 642
Closed
Labels
E-help-wantedWe encourage you to jump in on these!We encourage you to jump in on these!I-bugIt shouldn't be doing this.It shouldn't be doing this.P-lowLow(er) priority. Example: Bugs in less commonly used features.Low(er) priority. Example: Bugs in less commonly used features.
Description
C:\> edit --help
Usage: edit [OPTIONS] [FILE]
Options:
-h, --help Print this help message
-v, --version Print the version number
but edit supports optional line and column info e.g. edit foo.txt:123:45 opens foo.txt with the cursor at line 123 column 45. The help should say
Usage: edit [OPTIONS] [FILE[:LINE[:COLUMN]]]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
E-help-wantedWe encourage you to jump in on these!We encourage you to jump in on these!I-bugIt shouldn't be doing this.It shouldn't be doing this.P-lowLow(er) priority. Example: Bugs in less commonly used features.Low(er) priority. Example: Bugs in less commonly used features.