Documentation
¶
Overview ¶
This example demonstrates a CLI implementation with a subcommand and command line flags using the export CLI framework. When the subcommand is invoked the selected CLI widgets are demonstrated.
Try running the example with the following command
go run ./main.go widget
This example also demonstrates the verbose logging capabilities:
go run ./main.go widget -v
Click to show internal directories.
Click to hide internal directories.