File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lsif-java/src/main/scala/com/sourcegraph/lsif_java/commands Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ import java.nio.file.Paths
66
77import com .sourcegraph .io .AbsolutePath
88import com .sourcegraph .lsif_java .buildtools .BuildTool
9+ import fansi .Color
910import moped .annotations ._
1011import moped .cli .Application
1112import moped .cli .Command
1213import moped .cli .CommandParser
1314import moped .internal .reporters .Levenshtein
1415import os .CommandResult
15- import os .Inherit
16- import os .Shellable
1716import os .ProcessOutput
17+ import os .Shellable
1818
1919@ Description (
2020 " Automatically generate an LSIF index in the current working directory."
@@ -66,7 +66,7 @@ case class IndexCommand(
6666 shellable : Shellable ,
6767 env : Map [String , String ] = Map .empty
6868 ): CommandResult = {
69- app.info( shellable.value.mkString(" " ))
69+ app.out.println( Color . DarkGray ( shellable.value.mkString(" $ " , " " , " " ) ))
7070 app
7171 .process(shellable)
7272 .call(
You can’t perform that action at this time.
0 commit comments