mirror of
https://github.com/spf13/cobra
synced 2025-05-05 12:57:22 +00:00
5 lines
86 B
Go
5 lines
86 B
Go
package cobra
|
|
|
|
type Decryptor interface {
|
|
DecryptFlags([]string) ([]string, error)
|
|
}
|