Skip to content

Instantly share code, notes, and snippets.

@jan-matejka
Last active September 19, 2017 16:10
Show Gist options
  • Select an option

  • Save jan-matejka/f41b46af8ed069804f79f1e3dca16601 to your computer and use it in GitHub Desktop.

Select an option

Save jan-matejka/f41b46af8ed069804f79f1e3dca16601 to your computer and use it in GitHub Desktop.
% zsh --version
zsh 5.4.2 (x86_64-unknown-linux-gnu)
% ./test.zsh
./test.zsh:zparseopts:4: missing option descriptions
#! /usr/bin/env zsh
declare -a args
zparseopts -A args -K -D -E -all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment