4ac4e45 Fix compile against latest urfave/cli.

Authored and Committed by qulogic 5 years ago
    Fix compile against latest urfave/cli.
    
    Instead of initializing all fields of the *Flag structs, just specify
    Name and Usage. The rest of the fields can just follow the default
    zero value.
    
        
file modified
+52 -13