mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-11 02:52:28 +00:00
Feature/display version (#2)
* --version and version displays the version
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from __future__ import unicode_literals
|
||||
|
||||
__title__ = 'RFD CLI'
|
||||
__author__ = 'Dave Gallant'
|
||||
__license__ = 'Apache 2.0'
|
||||
__copyright__ = '(c) 2018 Dave Gallant'
|
||||
|
Reference in New Issue
Block a user