diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-12-02 20:57:43 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-12-02 20:57:43 +0100 |
commit | e98dcc3416b2cc3109a7b1fbcb4832f090d0f056 (patch) | |
tree | fe79afabb7ba63c14e024501740652de8c747380 /src | |
parent | add man page (diff) | |
download | librarian-e98dcc3416b2cc3109a7b1fbcb4832f090d0f056.tar.gz librarian-e98dcc3416b2cc3109a7b1fbcb4832f090d0f056.tar.bz2 librarian-e98dcc3416b2cc3109a7b1fbcb4832f090d0f056.tar.xz |
add shell tab-completion
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/librarian.auto-completion | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/librarian.auto-completion b/src/librarian.auto-completion new file mode 100644 index 0000000..3393d63 --- /dev/null +++ b/src/librarian.auto-completion @@ -0,0 +1,14 @@ +(librarian + (unargumented (options -d) (complete -d) + (desc 'Add output for dependencies too') + ) + + (unargumented (options -l) (complete -l) + (desc 'Print the location of files') + ) + + (unargumented (options -o) (complete -o) + (desc 'Prefer older versions of libraries') + ) +) + |