summaryrefslogtreecommitdiffstats
path: root/Completion/Zsh/Function/_zcalc
blob: f4432823fc6e6314c3d1e0bb936d5ef6fae6a741 (plain) (blame)
1
2
3
4
5
6
7
8
#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]' \
  '-r[enable Reverse Polish Notation]' \
  '*:expression: '