Files
ultrashorty/internal/cli.go
T

8 lines
279 B
Go
Raw Normal View History

2026-03-30 21:42:52 +01:00
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}"`
}