cli/pkg/cmd
chemotaxis 5314e7c398 Add note about double quotes on non-Unix-like shells
On non-Unix-like shells like Windows Command Prompt, single quotes are
handled differently.  You need to define aliases using double quotes
instead of single quotes.

I added an inline example to illustrate the quotes.  The example is
formatted as inline code blocks in Markdown.  Unfortunately, because Go
uses backticks for raw string literals, I needed to do some rather ugly
string concatenation in order to get the backticks included in the doc
string.

This also rearranges the notes so that the platform specific notes are
at the end of the documentation.
2021-07-19 00:36:07 -04:00
..
actions Disable authentication check, but keep runnable 2021-06-18 23:43:42 -04:00
alias Add note about double quotes on non-Unix-like shells 2021-07-19 00:36:07 -04:00
api Fix white space 2021-06-05 20:20:57 -07:00
auth Use absolute path when configuring gh as git credential 2021-03-03 16:20:21 +01:00
browse don't check Fprintf error 2021-07-12 13:05:49 -05:00
completion Make sure docs URLs are linked in web docs 2021-05-17 17:00:25 +02:00
config Fix USAGE help for some commands 2020-11-13 10:10:53 -03:00
extensions Merge remote-tracking branch 'origin' into extensions-remove-notice 2021-07-16 15:12:56 +02:00
factory add nebula preview 2021-06-30 17:38:07 -05:00
gist Update documentation for gist create command to reflect default of secret. 2021-06-21 11:25:49 -04:00
issue modified HexToRGB to check whether terminal and gh have color enabled, as well as created tests for HexToRGB 2021-07-03 17:09:25 -07:00
pr modified HexToRGB to check whether terminal and gh have color enabled, as well as created tests for HexToRGB 2021-07-03 17:09:25 -07:00
release Fix fetching draft releases from GitHub Actions 2021-05-18 19:44:29 +02:00
repo fix repo create --confirm 2021-07-14 09:59:04 -04:00
root Merge pull request #3779 from jgold-stripe/unix 2021-06-29 09:46:33 -07:00
run Add test for gh run watch --exit-status with completed runs 2021-07-12 16:58:45 +02:00
secret Fix setting environment secrets 2021-06-14 11:51:20 +02:00
ssh-key Merge pull request #3200 from cli/table-widths 2021-03-30 16:54:13 +02:00
version Fix link in version output 2020-12-17 12:37:22 +01:00
workflow Use T.TempDir for temporary dirs in tests (#3580) 2021-05-07 12:21:26 +02:00