In documentation is stated that "To reference CLI options that you passed, use the {opt:some_option}" so I was under impression that it possible to pass arbitrary values via cli like --some_option foovalue and {opt:some_option} will return to me foovalue. But apparently entire “some_option foovalue” is stored as a parameter in opt and I don’t have any way to separate between the key and the value.
Did I miss something here?