We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ce1544 commit 28c0660Copy full SHA for 28c0660
args.go
@@ -36,6 +36,8 @@ func ParseArgument() (*Argument, error) {
36
fmt.Println("Usage: ")
37
fmt.Println("tob -[options]")
38
fmt.Println()
39
+ fmt.Println("tob -c config.json")
40
+ fmt.Println()
41
fmt.Println("-config | -c (configuration .json file)")
42
fmt.Println("-h | -help (show help)")
43
fmt.Println("-v | -version (show version)")
0 commit comments