cli/pkg/cmd/browse/helpful-resources.txt

22 lines
No EOL
694 B
Text

Slack channel for help
https://app.slack.com/client/T021TMCB3EU/C01VB0F524
Project layout
https://github.com/cli/cli/blob/trunk/docs/project-layout.md
Our working fork
https://github.com/bchadwic/cli/tree/trunk
https://umarcor.github.io/cobra/#example
5/15/21
Moving forward, since we can open in the browser we need to discuss logic of arguments
This includes:
1. Open the repo in browser with just "gh browse"
2. Make the help instruction display while opening using IOStreams
3. Find out how "cmd" stores args within, to be parsed
4. Make a table of all the possible inputs that are valid
5. Possibly work on error handling
6. Clarify table with client before moving forward with args