Class: Pvectl::CLI
Overview
Main CLI class using the GLI framework.
The CLI class is the entry point for the pvectl command line interface. It is responsible for:
-
Defining global flags and options
-
Loading commands via PluginLoader (built-in + plugins)
-
Error handling and system signal handling
Uses the GLI (Git-Like Interface) framework to create commands in kubectl/git style.