Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: add new line under options -e,-p
  • Loading branch information
lukaszewczak committed Sep 23, 2017
commit 16cb628b6cca44bd0917ad47e5bb76b22a530b77
2 changes: 2 additions & 0 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ on the Linux that you use double quote or a single quote, on the Windows it
makes a difference. On the Windows a single quote will not work correctly
because Windows shell traditionally uses double quote as the quote char.

Copy link
Copy Markdown
Member

@lpinca lpinca Sep 24, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tiny nit: can you please remove this spurious new line?

Edit: ignore me it seems to be consistent with the rest of the file.


### `-p`, `--print "script"`
<!-- YAML
added: v0.6.4
Expand All @@ -69,6 +70,7 @@ changes:

Identical to `-e` but prints the result.


### `-c`, `--check`
<!-- YAML
added:
Expand Down