Skip to content

Commit

Permalink
add commit output to help print
Browse files Browse the repository at this point in the history
  • Loading branch information
Marshall-Hallenbeck committed Apr 1, 2024
1 parent 51bd8e2 commit 4f24b11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nxc/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def gen_cli_args():
{highlight('Version', 'red')} : {highlight(VERSION)}
{highlight('Codename', 'red')}: {highlight(CODENAME)}
{highlight('Commit', 'red')} : {highlight(COMMIT)}
""", formatter_class=RawTextHelpFormatter)

parser.add_argument("-t", type=int, dest="threads", default=100, help="set how many concurrent threads to use (default: 100)")
Expand Down

0 comments on commit 4f24b11

Please sign in to comment.