#compdef pyisbn pyisbn.py
# coding=utf-8
# pyisbn - ZSH completion support for pyisbn
# Copyright © 2012-2017  James Rowe <jnrowe@gmail.com>
#
# This file is part of pyisbn.
#
# pyisbn is free software: you can redistribute it and/or modify it under the
# terms of the GNU General Public License as published by the Free Software
# Foundation, either version 3 of the License, or (at your option) any later
# version.
#
# pyisbn is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along with
# pyisbn.  If not, see <http://www.gnu.org/licenses/>.
#
# SPDX-License-Identifier: GPL-3.0+

# Most of this file is generated from pyisbn/tool.py, but feel free to
# customise it!  If you make improvements, open a pull request against
# `JNRowe/pyisbn' with your super changes attached.

_arguments '--help[show help message and exit]' \
    "--version[show program's version number and exit]" \
    "--checksum[generate checksum]" \
    "--convert[convert between 10- and 13-digit types]" \
    "--to-url=[generate URL]:select site:(amazon google isbndb worldcat)" \
    "--to-urn[generate RFC 3187 URN]"
