about summary refs log tree commit diff
path: root/Completion/Zsh/Function/_zcalc
blob: 093a7a91d6749fc0221ae4b6ffc02d964341b2b7 (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: '