From 4673102358fdd630e3bb0eb6dee96e4b533d53ec Mon Sep 17 00:00:00 2001 From: "G. Hussain Chinoy" Date: Thu, 11 May 2017 09:04:35 -0600 Subject: [PATCH] Updating bash_completions to clarify markdown (#442) "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{