Documentation ¶
Index ¶
Constants ¶
View Source
const ( ShellBash = "bash" ShellZsh = "zsh" ShellFish = "fish" ShellPowerShell = "powershell" )
View Source
const ( RuleStringFlag = "rule-string" PlayFlag = "play" CacheLimitFlag = "cache-limit" CompletionFlag = "completion" // Deprecated: Pass file as positional argument instead FileFlag = "file" // Deprecated: Pass URL as positional argument instead URLFlag = "url" )
Variables ¶
This section is empty.
Functions ¶
func RegisterCompletion ¶
Types ¶
type Config ¶
type Config struct { Pattern string PatternFormat string RuleString string Play bool CacheLimit int Completion string }
func (*Config) RegisterFlags ¶
type DeprecatedWriter ¶
type DeprecatedWriter struct{}
Click to show internal directories.
Click to hide internal directories.