mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-19 00:17:51 +02:00
formatting
This commit is contained in:
@ -329,12 +329,10 @@ def helptext():
|
|||||||
|
|
||||||
def versiontext():
|
def versiontext():
|
||||||
"""Return the version text"""
|
"""Return the version text"""
|
||||||
|
|
||||||
versiontext_string = f'''
|
versiontext_string = f'''
|
||||||
jc version {info.version}
|
jc version {info.version}
|
||||||
© 2019-2021 Kelly Brazil
|
© 2019-2021 Kelly Brazil
|
||||||
'''
|
'''
|
||||||
|
|
||||||
return textwrap.dedent(versiontext_string)
|
return textwrap.dedent(versiontext_string)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user