From 74787825d576f127addcefade4b087670d6145d4 Mon Sep 17 00:00:00 2001 From: Axel Navarro Date: Mon, 2 Aug 2021 04:40:30 -0300 Subject: [PATCH] gh-help: add formatting and mintty examples (#6282) --- pages/common/gh-help.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/common/gh-help.md b/pages/common/gh-help.md index 1c46e351c..4cda51a6d 100644 --- a/pages/common/gh-help.md +++ b/pages/common/gh-help.md @@ -19,6 +19,14 @@ `gh help reference` +- Display help about formatting JSON output from `gh` using `jq`: + +`gh help formatting` + +- Display help about using `gh` with MinTTY: + +`gh help mintty` + - Display help for a subcommand: `gh help {{subcommand}}`