Skip to content

Commit 3bfffee

Browse files
committed
Update codebasin command line documentation
- Add --debug - Remove -R files Signed-off-by: John Pennycook <john.pennycook@intel.com>
1 parent e4b1d6c commit 3bfffee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/cmd.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,15 @@ Command Line Interface
2525
``-q, --quiet``
2626
Decrease verbosity level.
2727

28+
``--debug``
29+
Enable debug mode.
30+
2831
``-R <report>``
2932
Generate a report of the specified type.
3033

3134
- ``summary``: code divergence information
3235
- ``clustering``: distance matrix and dendrogram
3336
- ``duplicates``: detected duplicate files
34-
- ``files``: information about individual files
3537

3638
``-x <pattern>, --exclude <pattern>``
3739
Exclude files matching this pattern from the code base.

0 commit comments

Comments
 (0)