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:"localhost"` Port string `name:"port" short:"p" help:"HTTP listen port." default:"4000"` }