diff --git a/src/CLI.cpp b/src/CLI.cpp index 714c06264..cf694ab0a 100644 --- a/src/CLI.cpp +++ b/src/CLI.cpp @@ -770,7 +770,8 @@ void CLI::desugarAttributes () if (n.getName (name) && name.length ()) { - if (n.skip (':')) + if (n.skip (':') || + n.skip ('=')) { std::string value; if (n.getQuoted ('"', value) ||