From 3e94681df57f2756e906a39ef79b05ef3c2d50c5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 25 Feb 2025 20:19:49 +0100 Subject: Change license, clean up file structure, remove info manual and extend man page, and simplify makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/completion | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 src/completion (limited to 'src/completion') diff --git a/src/completion b/src/completion deleted file mode 100644 index 7e5da65..0000000 --- a/src/completion +++ /dev/null @@ -1,25 +0,0 @@ -(auto-auto-complete - (default (arg SHELL_OR_DEFINITION) - (files -f) - (suggest default) - (desc 'Specify a shell or variable definition')) - - (argumented (options -s -f --source --file) - (complete --source) - (arg SOURCE_FILE) - (files -f) - (desc 'Specify the input auto-auto-complete script')) - (argumented (options -o --output) - (complete --output) - (arg OUTPUT_FILE) - (files -f) - (desc 'Specify the output shell auto-completion script')) - (argumented (options -w --where) - (complete --where) - (arg COMMAND) - (files -0) - (desc 'Specify a command whose shell auto-completion script path should be printed')) - - (suggestion default (verbatim bash zsh fish VARIABLE=VALUE)) -) - -- cgit v1.2.3-70-g09d2