Skip to content

Commit c0284e3

Browse files
committed
Add hidden to deprecated parameter
1 parent d812f4a commit c0284e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data-loader/cli/src/main/java/com/scalar/db/dataloader/cli/command/dataimport/ImportCommandOptions.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ public class ImportCommandOptions {
133133
@CommandLine.Option(
134134
names = {"--log-raw-record", "-lr"},
135135
description = "Include the original source record in the log file output (default: false)",
136-
defaultValue = "false")
136+
defaultValue = "false",
137+
hidden = true)
137138
protected boolean logRawRecord;
138139

139140
@CommandLine.Option(

0 commit comments

Comments
 (0)