File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ var (
1515 emailReportDir string
1616
1717 // Flags for draft subcommand
18- emailDraftUpload bool
19- emailDraftExport bool
20- emailDraftPreview bool
21- emailDraftPlainText bool
18+ emailDraftUpload bool
19+ emailDraftExport bool
20+ emailDraftPreview bool
21+ emailDraftPlainText bool
2222
2323 // Flags for send-with-confirm subcommand
2424 emailSendNoMessageID bool
@@ -80,7 +80,7 @@ Output modes:
8080
8181If no mode is specified, --preview is used by default.
8282
83- The command automatically detects the latest report directory (report-YYYYMMDD-HHMMSS )
83+ The command automatically detects the latest report directory (report-* )
8484in the current working directory. Use --report to specify a different report.
8585
8686Examples:
@@ -101,8 +101,7 @@ Examples:
101101 down-force email draft --preview --report report-20240101-120000
102102
103103Configuration:
104- IMAP/SMTP credentials should be configured via environment variables or config file.
105- See 'down-force config email' for email configuration setup.` ,
104+ IMAP/SMTP credentials should be configured via environment variables or config file.` ,
106105 Run : runEmailDraft ,
107106}
108107
@@ -134,7 +133,6 @@ Examples:
134133
135134Configuration:
136135 SMTP server settings must be configured before sending.
137- Use 'down-force config email' to set up SMTP credentials.
138136
139137Security:
140138 - Passwords are never logged or displayed
You can’t perform that action at this time.
0 commit comments