licenser

Crates.iolicenser
lib.rslicenser
version1.2.1
sourcesrc
created_at2023-02-14 10:45:54.952241
updated_at2023-02-20 21:29:27.59165
descriptionA small tool to add license notices
homepagehttps://github.com/Ciubix8513/Licenser
repositoryhttps://github.com/Ciubix8513/Licenser
max_upload_size
id784787
size54,924
Luna (Ciubix8513)

documentation

README

Licenser

A small tool to add license notices

Note: The program will ignore all files with unknown file extensions

Usage

licenser [OPTIONS] --directory <DIRECTORY> --license <LICENSE>

Options

-d, --directory <DIRECTORY>    Specifies the directory to add license notices to

-l, --license <LICENSE>    Specifies the file containing the license notice

-e, --extensions <EXTENSIONS>     Specifies what file extensions to license

-D, --dry-run     Performs a dry run, showing files that would be affected

-s, --silent    Prints only the number of modified files

-c, --comment    Automatically add comments

-r, --replace    Replaces existing license notices with new ones

-h, --help    Print help

-V, --version    Print version

Commit count: 24

cargo fmt