Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: github create pull request command
Ensure github command arguments are passed as positional arguments. When using underscore to mark an argument as unused passing it as keyword will fail. Therefore ensure that the command functions are called by passing the arguments as positionals.
- Loading branch information