1 2 3 4 5 6 7
package main var argv args type args struct { Port int `arg:"--port" default:"2520" help:"port to run on"` }