common

Common things needed by command line scripts.

Summary

Functions:

print_header

A function to print the header of the program.

Reference

print_header(file: str = None) None[source]

A function to print the header of the program.

This header is printed to stderr so that it can be used by all cli scripts without interfering with the output.