Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JaveleyQAQ authored Mar 5, 2024
1 parent 6db420b commit ec8bca6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ def print_colored_message(message, color):
def main():
HELPALL = """
请选择要执行的方法:
python main.py -x 开启小程序F12
python main.py -c 开启内置浏览器F12
[+] python main.py -h 查看帮助
[+] python main.py -x 开启小程序F12
[+] python main.py -c 开启内置浏览器F12
[+] python main.py -all 开启内置浏览器F12与小程序F12
"""
parser = argparse.ArgumentParser(description=HELPALL, formatter_class=RawTextHelpFormatter)
Expand All @@ -39,4 +40,4 @@ def main():
commons = Commons()
main()



0 comments on commit ec8bca6

Please sign in to comment.