mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-05 08:37:14 -04:00
Added version info argument
This commit is contained in:
@@ -107,6 +107,19 @@ if argument == 'help' or argument == '--help' or argument == '-h':
|
|||||||
print("When specifying entry names, do not include the file extension! '.gpg' is assumed!")
|
print("When specifying entry names, do not include the file extension! '.gpg' is assumed!")
|
||||||
print()
|
print()
|
||||||
|
|
||||||
|
# version info
|
||||||
|
|
||||||
|
if argument == 'version' or argument == '-v':
|
||||||
|
print()
|
||||||
|
print('////////////////////////////////////////////////////////')
|
||||||
|
print('/ /')
|
||||||
|
print('/ rpass Copyright (C) 2021 Randall Winkhart /')
|
||||||
|
print('/ /')
|
||||||
|
print('/ version 2021.09.08.pr4 /')
|
||||||
|
print('/ /')
|
||||||
|
print('////////////////////////////////////////////////////////')
|
||||||
|
print()
|
||||||
|
|
||||||
# licensing info
|
# licensing info
|
||||||
|
|
||||||
if argument == 'show w':
|
if argument == 'show w':
|
||||||
|
|||||||
@@ -18,8 +18,8 @@ New features:
|
|||||||
Changes:
|
Changes:
|
||||||
|
|
||||||
- fixed gpg decryption warnings
|
- fixed gpg decryption warnings
|
||||||
|
- added version info argument
|
||||||
**optimize code (specifically for when there is no folder but there is a slash)
|
**optimize code (specifically for when there is no folder but there is a slash)
|
||||||
**add version info argument
|
|
||||||
**update rsync config wizard
|
**update rsync config wizard
|
||||||
**fix rsync delete on upload
|
**fix rsync delete on upload
|
||||||
**properly comment the code
|
**properly comment the code
|
||||||
|
|||||||
Reference in New Issue
Block a user