Last active
September 19, 2017 16:10
-
-
Save jan-matejka/f41b46af8ed069804f79f1e3dca16601 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % zsh --version | |
| zsh 5.4.2 (x86_64-unknown-linux-gnu) | |
| % ./test.zsh | |
| ./test.zsh:zparseopts:4: missing option descriptions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /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