Refactor rule generating code and check modes more thoroughly.
This commit is contained in:
parent
102e0808f8
commit
be0a1cf24c
2 changed files with 39 additions and 16 deletions
|
@ -84,6 +84,7 @@ func main() {
|
|||
|
||||
// initialize the mode variable
|
||||
mode := config.GetModes()[0]
|
||||
logger.Logf("Initial mode set to '%s'", mode)
|
||||
|
||||
fmt.Println("Joyful Running! Press Ctrl+C to quit.")
|
||||
for {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue