Skip to content

Commit

Permalink
Slang script Logika verification support for VSCode.
Browse files Browse the repository at this point in the history
  • Loading branch information
robby-phd committed Oct 9, 2024
1 parent b29283d commit ba6b1b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions shared/src/main/scala/org/sireum/logika/cli.scala
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,15 @@ object cli {
usage = "<option>* <slang-file>+",
usageDescOpt = None(),
opts = ISZ(
Opt(name = "feedback", longKey = "feedback", shortKey = None(),
tpe = Type.Path(multiple = F, default = None()),
description = "Feedback output directory"),
modeOpt,
Opt(name = "noRuntime", longKey = "no-runtime", shortKey = Some('r'),
tpe = Type.Flag(F), description = "Do not use built-in runtime (use runtime in sourcepath)"),
Opt(name = "parseableMessages", longKey = "parseable-messages", shortKey = None(),
tpe = Type.Flag(F),
description = "Print parseable file messages"),
Opt(name = "sourcepath", longKey = "sourcepath", shortKey = Some('s'),
tpe = Type.Path(T, None()),
description = "Sourcepath of Slang .scala files")
Expand Down

0 comments on commit ba6b1b9

Please sign in to comment.