Skip to content

Commit

Permalink
Merge pull request #471 from mattirn/builtins
Browse files Browse the repository at this point in the history
Improve builtin commands integration with JLine app
  • Loading branch information
mattirn committed Nov 19, 2019
2 parents 2e5820e + 06eb15f commit 55a36a8
Show file tree
Hide file tree
Showing 5 changed files with 608 additions and 123 deletions.
2 changes: 2 additions & 0 deletions builtins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<configuration>
<excludes>
<exclude>**/TTop.java</exclude>
<exclude>**/Builtins.java</exclude>
</excludes>
<compilerArgs>
<arg>-Xlint:all,-options</arg>
Expand All @@ -77,6 +78,7 @@
<configuration>
<includes>
<include>**/TTop.java</include>
<include>**/Builtins.java</include>
</includes>
<compilerArgs>
<arg>-Xlint:all,-options</arg>
Expand Down
Loading

0 comments on commit 55a36a8

Please sign in to comment.