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 feffd1b commit 110ec45Copy full SHA for 110ec45
cmd/info.go
@@ -40,6 +40,7 @@ func printInfo(*cobra.Command, []string) error {
40
printTuple(fmat, "Skins", config.AppSkinsDir, color.Cyan)
41
printTuple(fmat, "Context Configs", config.AppContextsDir, color.Cyan)
42
printTuple(fmat, "Logs", config.AppLogFile, color.Cyan)
43
+ printTuple(fmat, "Json Templates", config.AppJsonFile, color.Cyan)
44
printTuple(fmat, "Benchmarks", config.AppBenchmarksDir, color.Cyan)
45
printTuple(fmat, "ScreenDumps", getScreenDumpDirForInfo(), color.Cyan)
46
0 commit comments