基本的に、これを行うことが可能かどうか疑問に思っています:
#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
入れ子になった角かっこが原因で取得せずに?
あらゆる種類のエスケープ文字を試しました。一重引用符と二重引用符の違いはありません。