基本上,我想知道是否可以这样做:
#compdef foo
_arguments \
'--arg=[Description of --arg [With square brackets in the string!]]' \
没有得到invalid option error
由于嵌套的方括号?
我尝试了各种转义字符。单引号和双引号没有区别。
基本上,我想知道是否可以这样做:
#compdef foo
_arguments \
'--arg=[Description of --arg [With square brackets in the string!]]' \
没有得到invalid option error
由于嵌套的方括号?
我尝试了各种转义字符。单引号和双引号没有区别。