Merge pull request #1181 from riclima/fix-quoting-explain-plugin
Fix quoting in the Explain plugin
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user