mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2026-01-22 11:09:16 +00:00
7 lines
346 B
Go
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
|