Skip to content

Commit

Permalink
chore(args): return back ifmain debugging handle
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Apr 25, 2024
1 parent 1926482 commit 91fb5a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pikaur/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -792,3 +792,7 @@ def reconstruct_args(parsed_args: PikaurArgs, ignore_args: list[str] | None = No
):
result += ["--" + opt] * value
return result


if __name__ == "__main__":
parse_args()

0 comments on commit 91fb5a7

Please sign in to comment.