zshrs 0.9.4

The first compiled Unix shell — bytecode VM, worker pool, AOP intercept, SQLite caching
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#autoload

local garbage

zparseopts -K -D -a garbage M+: J+: V+: 1 2 o+: n F: X+:

[[ "$PREFIX$SUFFIX" != $~1 ]] && return 1

shift
_message -e "$*"

[[ -n "$PREFIX$SUFFIX" ]]