cache-apt-pkgs-action/cmd/cache_apt_pkgs/cmdflags/doc.go
2026-01-05 16:36:23 -08:00

7 lines
346 B
Go

// 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