summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-08-13 15:24:50 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-08-13 15:27:47 -0700
commit73824908aab1d910996cf4db7baf722aecc32d31 (patch)
treec71ff22885f10ead18bfc1cccc7d2096c8a7f073 /README
parent397c18810e3226a2ff25d0b90b9ee17354d40d2b (diff)
Added `--bash-completion` option.
This generates a bash completion script. To use: eval "$(pandoc --bash-completion)"
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index cf662ffd0..5a75c5a0b 100644
--- a/README
+++ b/README
@@ -250,6 +250,13 @@ General options
`epub.css`, `templates`, `slidy`, `slideous`, or `s5` directory
placed in this directory will override pandoc's normal defaults.
+`--bash-completiion`
+
+: Generate a bash completion script. to enable bash completion
+ with pandoc, add this to your `.bashrc`:
+
+ eval "$(pandoc --bash-completion)"
+
`--verbose`
: Give verbose debugging output. Currently this only has an effect