Merge pull request #1181 from riclima/fix-quoting-explain-plugin

Fix quoting in the Explain plugin
This commit is contained in:
Nils Winkler
2018-04-23 09:12:13 +02:00
committed by GitHub

View File

@@ -5,7 +5,7 @@ explain () {
about 'explain any bash command via mankier.com manpage API'
param '1: Name of the command to explain'
example '$ explain # interactive mode. Type commands to explain in REPL'
example '$ explain 'cmd -o | ...' # one quoted command to explain it.'
example '$ explain '"'"'cmd -o | ...'"'"' # one quoted command to explain it.'
group 'explain'
if [ "$#" -eq 0 ]; then