mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
improve tests
This commit is contained in:
parent
07d1ba55d0
commit
57fcd4dcec
9 changed files with 72 additions and 54 deletions
|
|
@ -24,7 +24,7 @@ def parse_args(mode=True, name=None):
|
|||
|
||||
if options.version:
|
||||
from burpui import __title__, __version__, __release__
|
||||
ver = '{}: v{}'.format(__title__, __version__)
|
||||
ver = '{}: v{}'.format(name or __title__, __version__)
|
||||
if options.log:
|
||||
ver = '{} ({})'.format(ver, __release__)
|
||||
print(ver)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue