Documentation
¶
Overview ¶
This is a CLI built from the extensible, modular CLI kit provided by the framwork. Users will build their own CLI extending(!) the built in features - so the users project CLI is an *extended* version of this CLI, not a seperate CLI. The single CLI will be used for framwork operations like codegen and running the server, but also for user defined commands. The user will write his own main.go to mount all subcommands and call Execute().
Click to show internal directories.
Click to hide internal directories.