diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-08 08:22:10 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-08 08:22:10 +0200 |
| commit | 9a1a8d4f072166a91f853d9b9eabfc6ebbab3474 (patch) | |
| tree | 4d7cd2efb0b78ca9250154abe293056e06bbb814 /cmd | |
| parent | b0ae81a4abaddb02fa0ec4b9d868ac1aee662fb9 (diff) | |
fix: complete code-quality task queue (373-378)
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/totalrecall/main.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cmd/totalrecall/main.go b/cmd/totalrecall/main.go index a17bc83..c58565f 100644 --- a/cmd/totalrecall/main.go +++ b/cmd/totalrecall/main.go @@ -37,11 +37,6 @@ func main() { } func runCommand(cmd *cobra.Command, args []string, flags *cli.Flags) error { - // Check if output directory was set in config file - if !cmd.Flags().Changed("output") && flags.OutputDir != "" { - // Output directory already set by flags - } - // Handle --archive flag if flags.Archive { home, _ := os.UserHomeDir() |
