Skip to content

Commit

Permalink
--version
Browse files Browse the repository at this point in the history
  • Loading branch information
ddddddO committed Jun 20, 2023
1 parent 7771d9a commit b49eff1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/gtree/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ func main() {
Name: "gtree",
Usage: "This CLI generates directory trees and the directories itself using Markdown.\n" +
fmt.Sprintf("The symbols that can be used in Markdown are '%s', '%s', '%s', and '%s'.", green("-"), green("+"), green("*"), green("#")),
Version: fmt.Sprintf("%s / revision %s", Version, Revision),
Commands: []*cli.Command{
{
Name: "output",
Expand Down

0 comments on commit b49eff1

Please sign in to comment.