bd sync: 2025-10-31 22:39:53

This commit is contained in:
Steve Yegge
2025-10-31 22:39:53 -07:00
parent c2d3ad2d63
commit acb731a4ec
10 changed files with 119 additions and 9 deletions

View File

@@ -249,5 +249,6 @@ func init() {
importCmd.Flags().Bool("dedupe-after", false, "Detect and report content duplicates after import")
importCmd.Flags().Bool("dry-run", false, "Preview collision detection without making changes")
importCmd.Flags().Bool("rename-on-import", false, "Rename imported issues to match database prefix (updates all references)")
importCmd.Flags().BoolVar(&jsonOutput, "json", false, "Output import statistics in JSON format")
rootCmd.AddCommand(importCmd)
}