mirror of
https://github.com/davegallant/rfd.git
synced 2025-11-26 03:14:16 +00:00
* instructions how to add completion. * argument completion won't come until click 7.0 * version bump. * drop 3.4 support. * remove python 3.7 * new gif. * new gif and use limit not count.
5 lines
87 B
Python
5 lines
87 B
Python
# -*- coding: utf-8 -*-
|
|
from __future__ import unicode_literals
|
|
|
|
__version__ = '0.1.4'
|