-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scan command shows error #23
Comments
@RituRajSingh878 These command examples are out of date. See https://github.com/nexB/scancode-toolkit#installation for details. We have moved to a different syntax for output formats that are specified explicitly (see
|
@MaJuRG thanks for your reply. |
I will update you as soon as possible. |
Thanks to @AyanSinhaMahapatra, #27 has been merged. The CLI docs should now be up to date with the latest |
Scan for all clues:
To scan for licenses, copyrights, urls, emails, package information, and file information
./scancode -clip -e -u --format html-app samples samples.html
Scan for license and copyright clues:
./scancode -cl --format html-app samples samples.html
Scan for emails and URLs:
./scancode -e -u --format html-app samples samples.html
Scan for package information:
./scancode -p --format html-app samples samples.html
Scan for file information:
./scancode -i --format html-app samples samples.html
To see more example scans:
./scancode --examples
All these commands are showing an error.
I think
--format
is an additional option to the command.The text was updated successfully, but these errors were encountered: