// Package cmdflags provides command-line flag handling and command management for cache-apt-pkgs. // // The package is responsible for parsing and validating command-line arguments used // to control the action's behavior. It is an extension of the standard flag package with support // for subcommands and shared global flags. package cmdflags