We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0812ed commit d9a645bCopy full SHA for d9a645b
gzdev.py
@@ -26,6 +26,7 @@
26
from docopt import docopt
27
28
if __name__ == '__main__':
29
+ assert __doc__ is not None # make pyright happy
30
args = docopt(__doc__, version='gzdev-core 0.1.0', options_first=True)
31
cmd = args['<command>']
32
is_valid = {'ign-docker-env': True,
0 commit comments