From cfc2a17c4e0e9128682bcbb96a4a2eafe0a4b425 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 5 May 2015 12:01:06 +0100 Subject: 35033: trivial zcalc completion --- Completion/Zsh/Function/_zcalc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Completion/Zsh/Function/_zcalc (limited to 'Completion/Zsh') diff --git a/Completion/Zsh/Function/_zcalc b/Completion/Zsh/Function/_zcalc new file mode 100644 index 000000000..a4b1e9701 --- /dev/null +++ b/Completion/Zsh/Function/_zcalc @@ -0,0 +1,7 @@ +#compdef zcalc + +_arguments -s -w -S : \ + '-#[Specify default base]:base: ' \ + '-f[Force floating point for all expressions]' \ + '-e[Treat command line as expressions to be output immediately]' \ + '*:Expression: ' -- cgit 1.4.1