mirror of https://gitlab.com/bashrc2/epicyon
Extra notification method
parent
166946b541
commit
ff2fb5bcfe
|
@ -113,7 +113,7 @@ parser.add_argument('--notificationType', '--notifyType',
|
||||||
dest='notificationType', type=str,
|
dest='notificationType', type=str,
|
||||||
default='notify-send',
|
default='notify-send',
|
||||||
help='Type of desktop notification command: ' +
|
help='Type of desktop notification command: ' +
|
||||||
'notify-send/osascript/New-BurntToastNotification')
|
'notify-send/zenity/osascript/New-BurntToastNotification')
|
||||||
parser.add_argument('-o', '--onion', dest='onion', type=str,
|
parser.add_argument('-o', '--onion', dest='onion', type=str,
|
||||||
default=None,
|
default=None,
|
||||||
help='Onion domain name of the server if ' +
|
help='Onion domain name of the server if ' +
|
||||||
|
|
Loading…
Reference in New Issue