MCPcopy Index your code
hub / github.com/cli/cli / Clean

Method Clean

pkg/cmd/attestation/inspect/options.go:26–28  ·  view source on GitHub ↗

Clean cleans the file path option values

()

Source from the content-addressed store, hash-verified

24
25// Clean cleans the file path option values
26func (opts *Options) Clean() {
27 opts.BundlePath = filepath.Clean(opts.BundlePath)
28}

Callers 1

NewInspectCmdFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected