Skip to content

Commit

Permalink
fox program name in argument parser
Browse files Browse the repository at this point in the history
  • Loading branch information
bbyalcinkaya committed Jul 16, 2024
1 parent 25b33c3 commit dd0483f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ksoroban/ksoroban.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def _exit_with_output(cp: CompletedProcess) -> None:


def _argument_parser() -> ArgumentParser:
parser = ArgumentParser(prog='kelrond')
parser = ArgumentParser(prog='ksoroban')
command_parser = parser.add_subparsers(dest='command', required=True)

run_parser = command_parser.add_parser('run', help='run a concrete test')
Expand Down

0 comments on commit dd0483f

Please sign in to comment.