add csv reading, routing
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
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}"`
|
||||
}
|
||||
Reference in New Issue
Block a user