mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -04:00
cli: add minimal doc generator (#129)
* cli: add minimal doc generator * fixup! cli: add
This commit is contained in:
parent
2fc9129b9f
commit
d76703061b
5 changed files with 64 additions and 21 deletions
|
@ -4,9 +4,11 @@ import (
|
|||
"os"
|
||||
|
||||
"github.com/edgelesssys/constellation/cli/cmd"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
func main() {
|
||||
cobra.EnableCommandSorting = false
|
||||
if err := cmd.Execute(); err != nil {
|
||||
os.Exit(1)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue