Commit graph

274 commits

Author SHA1 Message Date
Alexander Söderberg
e01fd6af37
Merge pull request #3
* Start implementing command preprocessors

* Call the preprocessing step and also add a command suggestions processor

* Merge branch 'master' into preprocessing

* Improve command pre-processing
2020-09-12 20:29:58 +02:00
Alexander Söderberg
80af88b8e8
Add short component 2020-09-12 19:11:28 +02:00
Alexander Söderberg
c37749ee78
Improve string component 2020-09-12 19:10:12 +02:00
Alexander Söderberg
1ec18bc887
Add enum suggestions 2020-09-12 18:33:12 +02:00
Alexander Söderberg
c298fdeb6e
Add enum component 2020-09-12 18:31:37 +02:00
Alexander Söderberg
c6f2351e2c
Make cloud-core depend on cloud-pipeline 2020-09-12 14:45:11 +02:00
broccolai
49eaa66b4e Adding line breaks and exception cleanup 2020-09-12 10:23:16 +02:00
broccolai
c29fea5bb3 Add float and char component 2020-09-12 10:23:16 +02:00
broccolai
bfadbf418b Add double and long component 2020-09-12 10:23:16 +02:00
broccolai
5855927cd5 Convert NumberParseException's constructor to Number instead of int 2020-09-12 10:23:16 +02:00
broccolai
67e696b27a Make boolean and string component comply to checkstyle 2020-09-12 10:23:16 +02:00
broccolai
d95c35c1a8 Update boolean and string components to comply to checkstyle 2020-09-12 10:23:16 +02:00
broccolai
95e1a597bd Add boolean suggestions 2020-09-12 10:23:16 +02:00
broccolai
c6372fcd7e Add boolean component 2020-09-12 10:23:16 +02:00
broccolai
2e4a223acd Cleanup indentation 2020-09-12 10:23:16 +02:00
broccolai
08171c241c Add string component 2020-09-12 10:23:16 +02:00
Alexander Söderberg
f90ce38a36
Add checkstyle and add 950 billion comments 2020-09-11 22:36:59 +02:00
Alexander Söderberg
f2aeae334c Some minor code cleanup 2020-09-11 09:54:32 +02:00
Alexander Söderberg
514aa6c725 Restructure project and fix JavaDoc generation 2020-09-11 09:15:12 +02:00
Alexander Söderberg
4d56a0366a Update README and change copyright holder in license 2020-09-11 08:56:26 +02:00
Alexander Söderberg
c00eb21a9a
Implement #createDefaultCommandMeta in TestCommandManager 2020-09-10 13:23:30 +02:00
Alexander Söderberg
90aba634a7
Allow command managers to provide default command meta instances 2020-09-10 13:19:50 +02:00
Alexander Söderberg
90d37f1df8
Add command meta & add new guided builder methods for components 2020-09-10 13:03:26 +02:00
Alexander Söderberg
e623d72be7
Add default arguments 2020-09-08 19:30:45 +02:00