add protection to args (if , len)



if args.len() {
    eprintln!("{}", args[0]);
}