mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-08-28 21:06:34 -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()
|
||||
|
||||
# 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
|
||||
|
||||
if argument == 'show w':
|
||||
|
||||
@@ -18,8 +18,8 @@ New features:
|
||||
Changes:
|
||||
|
||||
- fixed gpg decryption warnings
|
||||
- added version info argument
|
||||
**optimize code (specifically for when there is no folder but there is a slash)
|
||||
**add version info argument
|
||||
**update rsync config wizard
|
||||
**fix rsync delete on upload
|
||||
**properly comment the code
|
||||
|
||||
Reference in New Issue
Block a user