type Cmd struct {
File string `arg:"" type:"path" help:"filename/path to save the recording to"`
Command string `short:"c" optional:"" env:"SHELL" help:"Specify command to record, defaults to $SHELL"`
SkipFirstLine bool `short:"s" help:"Skip the first line of recording"`
}