(AFAIK) In CLI tools if you have aliases you can combine them together, for example if I have aliases -a and -b I can provide to the CLI a single argument -ab and it will detect both flags, such combined aliases don't seem to be recognized by zodcli, if I provide -ab I get the error message: Unknown option: -ab
quick example
Quick example of what I mean: git branch accepts -r and -v options and thus it also handled correctly -rv

(AFAIK) In CLI tools if you have aliases you can combine them together, for example if I have aliases
-aand-bI can provide to the CLI a single argument-aband it will detect both flags, such combined aliases don't seem to be recognized by zodcli, if I provide-abI get the error message:Unknown option: -abquick example
Quick example of what I mean:
git branchaccepts-rand-voptions and thus it also handled correctly-rv