rename explain-sigma-rules to sigma-rule-details

This commit is contained in:
Charlotte Croce 2025-04-19 12:44:45 -04:00
parent 519c87fb04
commit 657a33a189
7 changed files with 96 additions and 95 deletions

View file

@ -48,7 +48,9 @@ async function getSigmaStats() {
return {
success: true,
stats: formattedStats,
// Include raw response data for direct use by CLI
// Include raw response data for direct use by CLI.
// We have one universal function in the CLI to receive responses,
// and the CLI will then format each result differently
responseData: formattedStats
};
} catch (error) {