Print share results, when --share is specified

This commit is contained in:
Matt Martz 2014-04-30 09:10:03 -05:00
parent 3695acb020
commit cbdbab3d16
1 changed files with 3 additions and 0 deletions

View File

@ -1062,6 +1062,9 @@ def shell():
elif args.json:
print_(repr(results.dict()).replace("'", '"'))
if args.share:
printer('Share results: %s' % results.share(), quiet)
def main():
try: