a5ad2db Globally add default values to argument help

Authored and Committed by nphilipp 4 years ago
    Globally add default values to argument help
    
    To suppress the default value being printed for certain arguments, use
    `.add_argument(..., default=argparse.SUPPRESS, ...)`.
    
    Signed-off-by: Nils Philippsen <nils@redhat.com>
    
        
file modified
+12 -3