aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/fish_indent.txt
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-12-23 17:21:54 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-12-23 17:21:54 -0800
commitd300bd4b62a38b8567d63cc4ccc508dfdc6fe676 (patch)
tree068f1b0913ab75511233cc04bc62c522beceb01c /doc_src/fish_indent.txt
parenta21db45cee5e68c17a09f0c0ebc715f24c870a43 (diff)
Document new flags to fish_indent
Diffstat (limited to 'doc_src/fish_indent.txt')
-rw-r--r--doc_src/fish_indent.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc_src/fish_indent.txt b/doc_src/fish_indent.txt
index 81b4b960..a6ca4026 100644
--- a/doc_src/fish_indent.txt
+++ b/doc_src/fish_indent.txt
@@ -15,3 +15,6 @@ The following options are available:
- `-v` or `--version` displays the current fish version and then exits
+- `--ansi` colorizes the output using ANSI escape sequences, appropriate for the current $TERM, using the colors defined in the environment (such as $fish_color_command)
+
+- `--html` outputs HTML, which supports syntax highlighting if the appropriate CSS is defined