Skip to content

Commit

Permalink
Set program name to scrapscript
Browse files Browse the repository at this point in the history
Otherwise it uses the compiled file name.
  • Loading branch information
tekknolagi committed Dec 7, 2023
1 parent 3111ba8 commit 16e4050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapscript.py
Original file line number Diff line number Diff line change
Expand Up @@ -2766,7 +2766,7 @@ def test_command(args: argparse.Namespace) -> None:


def main() -> None:
parser = argparse.ArgumentParser()
parser = argparse.ArgumentParser(prog="scrapscript")
subparsers = parser.add_subparsers(dest="command")

repl = subparsers.add_parser("repl")
Expand Down

0 comments on commit 16e4050

Please sign in to comment.