Skip to content

Instantly share code, notes, and snippets.

@kyanagi
Created February 28, 2012 16:07
Show Gist options
  • Save kyanagi/1933377 to your computer and use it in GitHub Desktop.
Save kyanagi/1933377 to your computer and use it in GitHub Desktop.
function shogun {
:
}
function _shogun {
local -a _names
_names=(
Ieyasu
Hidetada
Iemitsu
Ietsuna
Tsunayoshi
Ienobu
Ietsugu
Yoshimune
Ieshige
Ieharu
Ienari
Ieyoshi
Iesada
Iemochi
Yoshinobu
)
_describe -t shogun-name "Name" _names
return 1;
}
compdef _shogun shogun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment