Skip to content

Commit

Permalink
enable offline mode for the analyzers
Browse files Browse the repository at this point in the history
  • Loading branch information
harshanarayana committed Jun 18, 2024
1 parent 401ce5a commit c51a798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/analyze/analyze.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,5 @@ func init() {
AnalyzeCmd.Flags().BoolVarP(&customAnalysis, "custom-analysis", "z", false, "Enable custom analyzers")

AnalyzeCmd.Flags().BoolVar(&offlineMode, "offline-mode", false, "Run Analyzer in Offline mode from RCA collected data")
AnalyzeCmd.Flags().StringVar(&rcaPath, "rca-path", "", "Path Container RCA collected from MKS' RCA Collector infra")
AnalyzeCmd.Flags().StringVar(&rcaPath, "rca-path", "", "Path Container RCA collected from RCA Collector infra")
}

0 comments on commit c51a798

Please sign in to comment.