Skip to content

Commit d202c5c

Browse files
committed
add settings path to the config info command
1 parent b8263d2 commit d202c5c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stalker-gamma-cli/Commands/Config.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public void Info()
3232
return;
3333
}
3434

35+
_logger.Information("Settings Path: {Path}", CliSettings.SettingsPath);
3536
_logger.Information("{Profile}", foundProfile.ToString());
3637
}
3738

0 commit comments

Comments
 (0)