| Revision 3483, 154 bytes checked in by iwaim, 15 years ago (diff) |
|---|
| Rev | Line | |
|---|---|---|
| [1102] | 1 | #compdef mozc_tool |
| 2 | ||
| 3 | typeset -A opt_args | |
| 4 | ||
| 5 | _arguments \ | |
| [3483] | 6 | "--mode:keyword:(dictionary_tool config_dialog character_palette hand_writing)" \ |
| [1102] | 7 | && return 0 |