about summary refs log tree commit diff
path: root/Completion/Zsh/Function/_zcalc
blob: a4b1e9701683867a2754e4a0d24d53630d79dd2c (plain) (blame)
1
2
3
4
5
6
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: '