vineetbansal / wbi

0 stars 0 forks source link

verbose for command should be handled in one place #42

Closed vineetbansal closed 8 months ago

vineetbansal commented 9 months ago

This code (also the code that actually adds the flag to each command) can go in __main__.py so it doesn't need to be duplicated anywhere else:

    if args.verbose:
        logger.setLevel(logging.DEBUG)