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