Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed May 24, 2023
1 parent 804e98f commit cfcb78b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Atom

```shell
█████╗ ████████╗ ██████╗ ███╗ ███╗
██╔══██╗╚══██╔══╝██╔═══██╗████╗ ████║
███████║ ██║ ██║ ██║██╔████╔██║
██╔══██║ ██║ ██║ ██║██║╚██╔╝██║
██║ ██║ ██║ ╚██████╔╝██║ ╚═╝ ██║
╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝
```

## License

Apache-2.0

## Developing / Contributing

```shell
sbt scalafmt
sbt stage
```
3 changes: 0 additions & 3 deletions src/main/scala/io/appthreat/atom/Atom.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ import io.shiftleft.codepropertygraph.generated.Languages
import scopt.OptionParser

object Atom {
// Special string used to separate opts from frontend-specific opts
val ARGS_DELIMITER = "--frontend-args"
val DEFAULT_CPG_OUT_FILE = "cpg.bin"
var generator: CpgGenerator = _
val MAVEN_JAR_PATH: ScalaFile = ScalaFile.home / ".m2"
Expand Down Expand Up @@ -55,7 +53,6 @@ object Atom {
.action((_, c) => c.copy(enhance = true))
note("Misc")
help("help").text("display this help message")
note(s"Args specified after the $ARGS_DELIMITER separator will be passed to the front-end verbatim")
}

private def run(args: Array[String]): Either[String, String] = {
Expand Down

0 comments on commit cfcb78b

Please sign in to comment.