package main var argv args type args struct { Demo string `arg:"positional" help:"this is just a demo"` }