bitranox/lib_regexp

View on GitHub
lib_regexp/__doc__.py

Summary

Maintainability
A
0 mins
Test Coverage
# PROJ
try:
    from . import __init__conf__
except ImportError:                 # pragma: no cover
    # imports for doctest
    import __init__conf__           # type: ignore  # pragma: no cover

__doc__ = f"""\

Usage:
    {__init__conf__.shell_command} (-h | -v | -i)

Options:
    -h, --help          show help
    -v, --version       show version
    -i, --info          show Info

this module exposes no other useful functions to the commandline

"""