Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
3ea3d22
Experimenting with quarkus and picocli
valkovich-ds Jan 15, 2026
94a0629
Impelment config set, get, list commands
valkovich-ds Jan 15, 2026
ccdae98
Impelment config set, get, list commands
valkovich-ds Jan 15, 2026
355d987
Print errors with stacktrace if verbose flag provided
valkovich-ds Jan 15, 2026
b2be690
Remove dead code
valkovich-ds Jan 15, 2026
8bc899c
Rename config command to settings
valkovich-ds Jan 15, 2026
ea481ae
Implement AbstractCommand
Jan 18, 2026
ba687ec
Implement AbstractCommandGroup, AbstractSilentCommand
valkovich-ds Jan 19, 2026
1abb643
Use JsonNode in CommandOutput
valkovich-ds Jan 19, 2026
f469544
Rename AbstractSilentCommand -> AbstractPlainTextCommand
valkovich-ds Jan 19, 2026
0cc8217
Use AbstractCommandGroup for Main
valkovich-ds Jan 19, 2026
4de1791
Use AbstractCommandGroup for Main
valkovich-ds Jan 19, 2026
94d3a88
Remove unused code
valkovich-ds Jan 19, 2026
53b7392
Reimplement CommandResult; Use getTextOutput override to provide huma…
valkovich-ds Jan 19, 2026
9fde28a
Reimplement CommandResult; Use getTextOutput override to provide huma…
valkovich-ds Jan 19, 2026
d3d4eb9
Reimplement CommandResult; Use getTextOutput override to provide huma…
valkovich-ds Jan 19, 2026
31603f4
Remove redundant code
valkovich-ds Jan 19, 2026
b387cd6
Use MessageProvider for exception messages
valkovich-ds Jan 20, 2026
e6b9cd2
Move validation that each command extends AbstractCommand to tests
valkovich-ds Jan 20, 2026
4de319d
Add interactive command input example
valkovich-ds Jan 20, 2026
4cbeb8c
Add interactive command input example
valkovich-ds Jan 20, 2026
3801495
Add interactive command input example
valkovich-ds Jan 20, 2026
930ff3f
Add interactive command input example
valkovich-ds Jan 20, 2026
ea5c7a0
Better doc comment for AbstractSilentCommand
valkovich-ds Jan 20, 2026
02fc64e
Better CommandResult output handling
valkovich-ds Jan 20, 2026
dd01f1f
Add CommandResultTest
valkovich-ds Jan 21, 2026
6b64991
Improve CommandResultTest
valkovich-ds Jan 21, 2026
9368efd
Add tests
valkovich-ds Jan 22, 2026
015de89
Rename mvn artifact
valkovich-ds Jan 22, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
308 changes: 308 additions & 0 deletions v2/mvnw

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading