Skip to content

Commit

Permalink
remove unused code and add tips
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejlv committed Jan 9, 2025
1 parent 4fc0aab commit 61b995f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions utils/load.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import (
)

var ConfigFileName string = ".actions"
var VersionFileName string = "version.txt"
var CurrentVersion string = "0.1.11"
var CurrentVersion string = "0.1.12"

type CommandsArray struct {
Name string
Expand Down
4 changes: 4 additions & 0 deletions utils/printCommands.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ func PrintAvailableCommands() {

fmt.Printf("String: %s\n", command.String)

fmt.Println(strings.Repeat("=", 40))

fmt.Println("(string means the command to be ran by the command runner)")

fmt.Println(strings.Repeat("-", 40))
}
}

0 comments on commit 61b995f

Please sign in to comment.