source: projects/zsh-completion/_mozc_tool @ 1102

Revision 1102, 123 bytes checked in by iwaim, 14 years ago (diff)

zsh-comp: add mozc_tool

Line 
1#compdef mozc_tool
2 
3typeset -A opt_args
4 
5_arguments \
6    "--mode:keyword:(dictionary_tool config_dialog)" \
7&& return 0
Note: See TracBrowser for help on using the repository browser.