åºæ¬çã«ã¯Debian lennyã®zsh 4.3.6-7ã®/usr/share/zsh/functions/Completionãåèã«ãã¾ããã #compdef cheat _cheat () { _arguments \ ... } _cheat_sheets() { if ( [[ ${+_cheat_sheets} -eq 0 ]] || _cache_invalid CHEAT_sheets ) && ! _retrieve_cache CHEAT_sheets; then _cheat_sheets=(è£å®åè£) _store_cache CHEAT_sheets _cheat_sheets fi local expl _wanted cheat_sheets expl 'Cheat Sheets' compadd -a _cheat_sheets } _cheat "$@
{{#tags}}- {{label}}
{{/tags}}