mirror of
https://github.com/aykhans/dodo.git
synced 2025-09-03 18:03:34 +00:00
🔨Cobra package replaced with standard flag package
This commit is contained in:
@@ -14,6 +14,8 @@ type Option[T NonNilT] interface {
|
||||
ValueOrErr() (T, error)
|
||||
ValueOr(def T) T
|
||||
ValueOrPanic() T
|
||||
SetValue(value T)
|
||||
SetNone()
|
||||
UnmarshalJSON(data []byte) error
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user