Update readme and remove some old comments

This commit is contained in:
2020-11-21 20:43:51 +10:30
parent 935e445510
commit 5cdf8777dc
2 changed files with 15 additions and 10 deletions

View File

@@ -7,17 +7,12 @@ import (
"os"
)
// ./openttd_multitool --monthly "say \"hi it is a new month\"" --daily "say \"wow a new day %D"
const currentVersion = "0.02"
type dailyFlags []string
type monthlyFlags []string
type yearlyFlags []string
func (i *dailyFlags) String() string {
// change this, this is just can example to satisfy the interface
return "my string representation"