After the recent update in the CLI, I noticed that commands like the following does not show any images. The reason being, there should be a space after images:.
$ incus image list images:ubuntu
+-------+-------------+--------+-------------+--------------+------+------+-------------+
| ALIAS | FINGERPRINT | PUBLIC | DESCRIPTION | ARCHITECTURE | TYPE | SIZE | UPLOAD DATE |
+-------+-------------+--------+-------------+--------------+------+------+-------------+
$
This changes the semantics and many old guides are now not working.
I am OK if such a change is required to make the code cleaner, etc.
What are the new semantics? At the end of images: (i.e. after specifying the name of the remote), does the CLI stops parsing any commands and expects strings that it checks with every entry and only print those that match all strings?