From 4ff8e6e7818747d805ac44be0a36aedef4deaa5c Mon Sep 17 00:00:00 2001 From: Kurtis Rader Date: Tue, 5 Apr 2016 15:43:24 -0700 Subject: change how redirections are formatted Modify `fish_indent` to emit redirections without a space before the target of the redirection; e.g., "2>&1" rather than "2>& 1" as the former is clearer to humans. Fixes #2899 --- doc_src/fish_indent.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc_src') diff --git a/doc_src/fish_indent.txt b/doc_src/fish_indent.txt index 95b3c1ec..b4cf13c0 100644 --- a/doc_src/fish_indent.txt +++ b/doc_src/fish_indent.txt @@ -11,6 +11,8 @@ fish_indent [OPTIONS] The following options are available: +- `-d` or `--dump` dumps information about the parsed fish commands to stderr + - `-i` or `--no-indent` do not indent commands; only reformat to one job per line - `-v` or `--version` displays the current fish version and then exits -- cgit v1.2.3