Add ASCII Table support

Fixes #136
This commit is contained in:
Eric Bottard
2017-08-28 19:00:36 +02:00
parent dfa1a778a5
commit e38205b2b2
36 changed files with 2541 additions and 5 deletions

View File

@@ -36,6 +36,10 @@
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-jcommander-adapter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell-table</artifactId>
</dependency>
</dependencies>
</project>