When using the Lume CLI, I would like to be able to check which commands are available, and from which version I'm running.
Common conventions for CLI tools are to make these functions available with --help/-h and --version/-v flags. In other conventions, these functionalities are implemented by triggering commands, such as help or version.
It could be nice, if the Lume CLI would support basic implementations for both.
Filing this here, because this is the CLI wrapper for the original command.
References:
When using the Lume CLI, I would like to be able to check which commands are available, and from which version I'm running.
Common conventions for CLI tools are to make these functions available with `--help`/`-h` and `--version`/`-v` flags. In other conventions, these functionalities are implemented by triggering commands, such as `help` or `version`.
It could be nice, if the Lume CLI would support basic implementations for both.
Filing this here, because this is the CLI wrapper for the original command.
References:
* [Command line usage - Lume](https://lume.land/docs/overview/command-line/)
* [lume/cli.ts at master · lumeland/lume · GitHub](https://github.com/lumeland/lume/blob/master/cli.ts)
* https://github.com/lumeland/lume/issues/232