strykelang 0.8.13

A highly parallel Perl 5 interpreter written in Rust
Documentation
1
2
3
4
5
6
7
#compdef command

_arguments \
  '-v[indicate result of command search]:*:command:_path_commands' \
  '-V[show result of command search in verbose form]:*:command:_path_commands' \
  '(-)-p[use default PATH to find command]' \
  '*:: : _normal -p $service'