From 541c64c9423f1885e8f35cc030e4017c1c09076e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 27 Feb 2021 10:27:34 +0100 Subject: Remove info manual + remove shell tab copletion + improve radme and man page + m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/gpp.auto-completion | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 src/gpp.auto-completion (limited to 'src/gpp.auto-completion') diff --git a/src/gpp.auto-completion b/src/gpp.auto-completion deleted file mode 100644 index fdfb967..0000000 --- a/src/gpp.auto-completion +++ /dev/null @@ -1,33 +0,0 @@ -(#{GPP} - (argumented (options -s --symbol) (complete --symbol) (arg SYMBOL) (files -0) - (desc 'Set the prefix symbol for preprocessor directives')) - - (argumented (options -e --encoding) (complete --encoding) (arg ENCODING) (files -0) (suggest encoding) - (desc 'Select encoding of the file')) - (suggestion encoding (verbatim UTF-8)) - - (argumented (options -n --iterations) (complete --iterations) (arg N) (files -0) - (desc 'Select the number of times to perform the preprocessing recursively')) - - (unargumented (options -u --unshebang) (complete --unshebang) - (desc 'Clear the shebang line, twice to delete it')) - - (argumented (options -i --input) (complete --input) (arg FILE) (files -f) - (desc 'Select file to process')) - - (argumented (options -i --output) (complete --output) (arg FILE) (files -f) - (desc 'Select output file')) - - (argumented (options -f --file) (complete --file) (arg FILE) (files -r) - (desc 'Select file to both process and store the output')) - - (argumented (options -D --export) (complete --export) (arg NAME=VALUE) (files -0) - (desc 'Set environment variable')) - - (unargumented (options -v --version) (complete --version) - (desc 'Print program name and version and exit')) - - (unargumented (options -c --copying) (complete --copying) - (desc 'Print copyright notice and exit')) -) - -- cgit v1.2.3-70-g09d2