mirror of
https://github.com/project-zot/zot.git
synced 2025-02-10 23:39:39 -05:00
14 lines
284 B
Go
14 lines
284 B
Go
|
package cmdflags
|
||
|
|
||
|
const (
|
||
|
URLFlag = "url"
|
||
|
ConfigFlag = "config"
|
||
|
UserFlag = "user"
|
||
|
OutputFormatFlag = "format"
|
||
|
FixedFlag = "fixed"
|
||
|
VerboseFlag = "verbose"
|
||
|
VersionFlag = "version"
|
||
|
DebugFlag = "debug"
|
||
|
SearchedCVEID = "cve-id"
|
||
|
)
|