gtl new-pr
Create a new pull request using GitHub CLI
Usage
bash
gtl new-pr [flags]Examples
bash
gtl new-pr
gtl new-pr --title "Add help audit" --body "## Summary
- tighten command help coverage"
gtl new-pr --base main --draftFull Help
text
Create a new pull request using GitHub CLI
Usage:
gtl new-pr [flags]
Examples:
gtl new-pr
gtl new-pr --title "Add help audit" --body "## Summary
- tighten command help coverage"
gtl new-pr --base main --draft
Flags:
--base string Base branch (default: main)
-b, --body string PR body
--draft Create as draft PR
-h, --help help for new-pr
-t, --title string PR title