Skip to content

Commit

Permalink
Feature: Add additional ignored flags to sendmail (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassabreu authored Nov 8, 2024
1 parent d448211 commit 810e6ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sendmail/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ func Run() {
flag.BoolP("long-i", "i", false, "Ignored")
flag.BoolP("long-o", "o", false, "Ignored")
flag.BoolP("long-t", "t", false, "Ignored")
flag.StringP("from-name", "F", "", "Ignored")
flag.StringP("bits", "B", "", "Ignored")
flag.StringP("errors", "e", "", "Ignored")

// set the default help
flag.Usage = func() {
Expand Down

0 comments on commit 810e6ff

Please sign in to comment.