Skip to content

Commit

Permalink
Improve builtin commands integration with JLine app
Browse files Browse the repository at this point in the history
  • Loading branch information
mattirn committed Nov 15, 2019
1 parent 2e5820e commit 06eb15f
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 06eb15f

Please # to comment.