Skip to content

Commit

Permalink
Remove --no-raw option
Browse files Browse the repository at this point in the history
  • Loading branch information
alexherbo2 committed Sep 27, 2021
1 parent 977238e commit 0ba0eb5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion docs/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ evaluate-commands %sh{
- `-c`, `--client <name>` ⇒ Client name (Default: [`KAKOUNE_CLIENT`])
- `-b`, `--buffer <name>` ⇒ Buffer name (can be specified multiple times)
- `-r`, `--raw` ⇒ Use raw output
- `-R`, `--no-raw` ⇒ Do not use raw output
- `-l`, `--lines` ⇒ Read input as [JSON Lines]
- `-d`, `--debug` ⇒ Debug mode (Default: [`KCR_DEBUG`], **1** for true, **0** for false)
- `-L`, `--log <path>` ⇒ Log path (Default: **stderr**)
Expand Down
4 changes: 0 additions & 4 deletions src/kakoune/cli.cr
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ module Kakoune::CLI
options.raw = true
end

parser.on("-R", "--no-raw", "Do not use raw output") do
options.raw = false
end

parser.on("-l", "--lines", "Read input as JSON Lines") do
options.lines = true
end
Expand Down

0 comments on commit 0ba0eb5

Please sign in to comment.