Remove --context CLI argument

pull/25/head
Wilfred Hughes 2021-07-25 12:34:50 +07:00
parent 04214ef1ef
commit c8481775e2
2 changed files with 1 additions and 7 deletions

@ -19,7 +19,7 @@ lines.
### Command Line Interface
Removed unused `--inline` argument.
Removed unused `--inline` and `--context` arguments.
## 0.5

@ -36,12 +36,6 @@ fn main() {
.takes_value(true)
.help("Override the language parser"),
)
.arg(
Arg::with_name("LINES")
.long("context")
.takes_value(true)
.help("Number of lines of context (default 3)"),
)
.arg(
Arg::with_name("COLUMNS")
.long("width")