I would like to request that an additional print message be added when a copyright is updated and --verbose is set. Something as simple as adding
if args.verbose:
print(f"Updated copyright in '{file_name}'.")
after line 115 in copyright.py.
Thank you!
I would like to request that an additional print message be added when a copyright is updated and
--verboseis set. Something as simple as addingafter
line 115incopyright.py.Thank you!