File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ func convertCommand() cli.Command {
29
29
Name : "to" ,
30
30
Usage : "Output path for LSIF index" ,
31
31
Destination : & convertFlags .to ,
32
- DefaultText : "dump.lsif" ,
32
+ Value : "dump.lsif" ,
33
33
},
34
34
},
35
35
Action : func (c * cli.Context ) error {
Original file line number Diff line number Diff line change @@ -54,6 +54,6 @@ func fromFlag(storage *string) *cli.StringFlag {
54
54
Name : "from" ,
55
55
Usage : "Path to SCIP index file" ,
56
56
Destination : storage ,
57
- DefaultText : "index.scip" ,
57
+ Value : "index.scip" ,
58
58
}
59
59
}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ and symbol information.`,
31
31
Name : "to" ,
32
32
Usage : "Path to output directory for snapshot files" ,
33
33
Destination : & snapshotFlags .output ,
34
- DefaultText : "scip-snapshot" ,
34
+ Value : "scip-snapshot" ,
35
35
},
36
36
},
37
37
Action : func (c * cli.Context ) error {
You can’t perform that action at this time.
0 commit comments