package main var argv args type args struct { Port int `arg:"--port" default:"2520" help:"port to run on"` }