package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jul 3, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
Version = "0.10"
BuildTag = "unset"
BuildSHA = "unset"
)
type Command struct {
Match string `json:"match" toml:"match"`
Cmd string `json:"cmd" toml:"cmd"`
Silent bool `json:"silent" toml:"silent"`
}
type Config struct {
SaveAndRun []SaveAndRun `json:"sar" toml:"sar"`
}
type Options struct {
Match bool
Debug bool
}
type SaveAndRun struct {
Base string `json:"base" toml:"base"`
Commands []Command `json:"commands" toml:"commands"`
IgnoreFolders []string `json:"ignore" toml:"ignore"`
Hidden bool `json:"hidden" toml:"hidden"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.