1 2 3 4 5 6 7
package main var argv args type args struct { Demo string `arg:"positional" help:"this is just a demo"` }