diff options
| author | Jeff Carr <[email protected]> | 2024-01-26 02:04:19 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-26 02:04:19 -0600 |
| commit | 1f757d26ff6feb54e50844ece059ff220ff18a49 (patch) | |
| tree | 78f7d5cc17a0004e1d60852579134006604ba3a7 /structs.go | |
| parent | 4773d43cf6a39c6d6efdf1703adbe4db8707330e (diff) | |
allow scan every minute
move go mod status into repostatus
working on improving logic of which package to release next
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -49,6 +49,9 @@ type autoType struct { // checkbox for --dry-run autoDryRun *gui.Node + // checkbox for intermittent scanning + scanEveryMinute *gui.Node + // The current working directory autoWorkingPwd *gadgets.OneLiner |
