Skip to content

Commit

Permalink
Update cli args
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu committed Mar 13, 2024
1 parent ab40f59 commit 0099fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/io/appthreat/atom/Atom.scala
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ object Atom:
saveSlice(config.outputSliceFile, sliceCpg(ag).map(_.toJson))
if u.extractEndpoints then
val result = ExternalCommand.run(
s"atom-tools convert -u ${config.outputSliceFile} -t ${config.language} -f openapi3.1.0 -o ${config.inputPath.pathAsString}${java.io.File.separator}openapi.generated.json",
s"atom-tools convert -i ${config.outputSliceFile} -t ${config.language} -f openapi3.1.0 -q -o ${config.inputPath.pathAsString}${java.io.File.separator}openapi.generated.json",
"."
)
result match
Expand Down

0 comments on commit 0099fb4

Please sign in to comment.