pylicense3.cli¶
Add header to a given file.
- Usage:
pylicense [-hv] [–help] [–verbose] –cfg=CONFIG_FILE PATH
- Arguments:
PATH Directory or file to process.
- Options:
- -h, --help
Show this message.
- -v, --verbose
Be verbose.
Module Contents¶
Functions¶
|
|
|
|
|
|
|
|
|
|
|
- exception pylicense3.cli.GitError[source]¶
Bases:
ExceptionCommon base class for all non-exit exceptions.
- pylicense3.cli.read_current_header(source_iter, prefix, project_name, copyright_statement, license_str, url, lead_in, lead_out)[source]¶