diff --git a/ryujinx_mako/commands/exec_ryujinx_tasks.py b/ryujinx_mako/commands/exec_ryujinx_tasks.py index 5a932e0..d9f54d6 100644 --- a/ryujinx_mako/commands/exec_ryujinx_tasks.py +++ b/ryujinx_mako/commands/exec_ryujinx_tasks.py @@ -51,13 +51,11 @@ class ExecRyujinxTasks(GithubSubcommand): parser.add_argument( "repo_path", type=str, - required=True, help="full name of the GitHub repository (format: OWNER/REPO)", ) parser.add_argument( "run_id", type=int, - required=True, help="The unique identifier of the workflow run", ) super().__init__(parser)