Skip to content

Commit

Permalink
Made README-CLI.txt point to online site for details
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudenw committed May 18, 2024
1 parent 8b2b14c commit 38c5f74
Showing 1 changed file with 1 addition and 47 deletions.
48 changes: 1 addition & 47 deletions apache-rat/README-CLI.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,50 +43,4 @@ java -jar apache-rat-${project.version}.jar

Command Line Options
====================

usage: java -jar apache-rat/target/apache-rat-${project.version}.jar
[options] [DIR|TARBALL]

Available options
-a,--addLicence Add the default license header to any file
with an unknown license that is not in the
exclusion list. By default new files will
be created with the license header, to
force the modification of existing files
use the --force option.
-A,--addLicense Add the default license header to any file
with an unknown license that is not in the
exclusion list. By default new files will
be created with the license header, to
force the modification of existing files
use the --force option.
-c,--copyright <arg> The copyright message to use in the
license headers, usually in the form of
"Copyright 2008 Foo"
-d,--dir Used to indicate source when using
--exclude
-e,--exclude <expression> Excludes files matching wildcard
<expression>. Note that --dir is required
when using this parameter. Allows multiple
arguments.
-E,--exclude-file <fileName> Excludes files matching regular expression
in <file> Note that --dir is required when
using this parameter.
-f,--force Forces any changes in files to be written
directly to the source files (i.e. new
files are not created)
-h,--help Print help for the RAT command line
interface and exit
--licenses <arg> File names or URLs for license definitions
--list-approved-families List all defined license families
--list-licenses List all active licenses
--no-default-licenses Ignore default configuration. By default
all approved default licenses are used
-o,--out <arg> Define the output file where to write
report (default is System.out)
-s,--stylesheet <arg> XSLT stylesheet to use when creating the
report. Not compatible with -x
--scan-hidden-directories Scan hidden directories
-x,--xml Output the report in raw XML format. Not
compatible with -s

see https://creadur.apache.org/rat/apache-rat/index.html#Command_Line_Options

0 comments on commit 38c5f74

Please sign in to comment.