We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4804679 + e9c3dba commit a4b1596Copy full SHA for a4b1596
src/main/java/com/github/ai/kpdiff/domain/usecases/PrintHelpUseCase.kt
@@ -32,6 +32,7 @@ class PrintHelpUseCase(
32
-k, --key-file Path to key file for <FILE-A> and <FILE-B>
33
-a, --key-file-a Path to key file for <FILE-A>
34
-b, --key-file-b Path to key file for <FILE-B>
35
+ -n, --no-color Disable colored output
36
-d, --diff-by Type of differ, default is 'path'. Possible values:
37
path - produces more accurate diff, considers entries identical if they have identical content but UUID differs
38
uid - considers entries identical if they have identical content and UUID
0 commit comments