I might be off on this one, but I guess it's worth bringing attention, even if only for my own personal understanding. [Quarkus Command Mode Reference](https://quarkus.io/guides/command-mode-reference) suggests the following command for creating the sample CLI application: `quarkus create app org.acme:command-mode-quickstart \ --no-code cd command-mode-quickstart` Wouldn't the correct command be `quarkus create cli` or am I just missing something?