From 70a4854de1c2c9fd26492794d23911c7469fb2cb Mon Sep 17 00:00:00 2001 From: "G. Hussain Chinoy" Date: Tue, 9 May 2017 15:27:30 -0600 Subject: [PATCH] Updating bash_completions to clarify markdown "Plural form and shortcuts for nouns" section had a stray backtick, making Markdown rendering for code examples strange. Removed said backtick. --- bash_completions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_completions.md b/bash_completions.md index 7fa970fa..52bd39dd 100644 --- a/bash_completions.md +++ b/bash_completions.md @@ -106,7 +106,7 @@ node pod replicationcontroller service If your nouns have a number of aliases, you can define them alongside `ValidArgs` using `ArgAliases`: -```go` +```go argAliases []string = { "pods", "nodes", "services", "svc", "replicationcontrollers", "rc" } cmd := &cobra.Command{