From 95ceb85ee5e9d299c6c3df1c577e330c02544a79 Mon Sep 17 00:00:00 2001 From: Benjamin Chadwick <73488828+bchadwic@users.noreply.github.com> Date: Wed, 2 Jun 2021 12:42:09 -0700 Subject: [PATCH] Delete helpful-resources.txt --- pkg/cmd/browse/helpful-resources.txt | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 pkg/cmd/browse/helpful-resources.txt diff --git a/pkg/cmd/browse/helpful-resources.txt b/pkg/cmd/browse/helpful-resources.txt deleted file mode 100644 index 3705651ba..000000000 --- a/pkg/cmd/browse/helpful-resources.txt +++ /dev/null @@ -1,22 +0,0 @@ - -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 \ No newline at end of file