We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f52280 commit f14323aCopy full SHA for f14323a
main.go
@@ -19,7 +19,7 @@ var (
19
)
20
21
// Define the version of the application
22
-const version = "v0.6.3"
+const version = "v0.6.4"
23
24
func getLastModTime(file string) (time.Time, error) {
25
absPath, _ := filepath.Abs(file)
@@ -33,7 +33,6 @@ func getLastModTime(file string) (time.Time, error) {
33
func main() {
34
configPath := flag.String("c", "", "path to the configuration file (TOML format)")
35
showVersion := flag.Bool("v", false, "print the version and exit")
36
-
37
flag.Parse()
38
39
// If the version flag is provided, print the version and exit
0 commit comments