Skip to content

Commit 110ec45

Browse files
committed
Add json template file to info
1 parent feffd1b commit 110ec45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/info.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ func printInfo(*cobra.Command, []string) error {
4040
printTuple(fmat, "Skins", config.AppSkinsDir, color.Cyan)
4141
printTuple(fmat, "Context Configs", config.AppContextsDir, color.Cyan)
4242
printTuple(fmat, "Logs", config.AppLogFile, color.Cyan)
43+
printTuple(fmat, "Json Templates", config.AppJsonFile, color.Cyan)
4344
printTuple(fmat, "Benchmarks", config.AppBenchmarksDir, color.Cyan)
4445
printTuple(fmat, "ScreenDumps", getScreenDumpDirForInfo(), color.Cyan)
4546

0 commit comments

Comments
 (0)