[CI-SKIP] Stash Claude Edits

This commit is contained in:
2026-05-06 20:10:11 -05:00
parent fb1abd6211
commit 8c6ab6dc83
3 changed files with 40 additions and 11 deletions

View File

@@ -79,7 +79,7 @@ func newKeyCmd(cmd *cobra.Command, args []string) {
if err != nil {
log.Fatalf("%v", err)
}
fmt.Printf(key)
fmt.Println(key)
}
func newDomainCmd(domain, domainDir string, dirOverridden bool) error {