add readme
This commit is contained in:
+2
-2
@@ -2,6 +2,6 @@ package internal
|
||||
|
||||
type CLI struct {
|
||||
File string `arg:"" name:"file" short:"f" help:"Path to CSV redirects file." type:"path"`
|
||||
Host string `name:"host" help:"HTTP listen host." default:"${host}"`
|
||||
Port string `name:"port" short:"p" help:"HTTP listen port." default:"${port}"`
|
||||
Host string `name:"host" help:"HTTP listen host." default:"localhost"`
|
||||
Port string `name:"port" short:"p" help:"HTTP listen port." default:"4000"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user