This commit is contained in:
binwiederhier
2026-01-18 11:14:07 -05:00
parent 279c164bf5
commit 86157fc7f6

View File

@@ -128,7 +128,6 @@ Examples:
ntfy serve --listen-http :8080 # Starts server with alternate port`,
}
func execServe(c *cli.Context) error {
if c.NArg() > 0 {
return errors.New("no arguments expected, see 'ntfy serve --help' for help")