even moar refactor

This commit is contained in:
redanthrax 2022-06-17 11:01:34 -07:00
parent d6cd817133
commit 93db0f17a1
11 changed files with 111 additions and 170 deletions

View file

@ -10,4 +10,6 @@ type CmdOptions struct {
IsScript bool
IsExecutable bool
Detached bool
}
}
type SchedTask struct{ Name string }