Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-386 Add Varargs annotation and processor. #386

Merged
merged 24 commits into from
Aug 10, 2024
Merged

GH-386 Add Varargs annotation and processor. #386

merged 24 commits into from
Aug 10, 2024

Conversation

Rollczi
Copy link
Owner

@Rollczi Rollczi commented Feb 25, 2024

Resolve: #383
Add RawInputView (partially resolve #310, #219, #385)

@Rollczi Rollczi self-assigned this Feb 25, 2024
@Rollczi Rollczi marked this pull request as draft February 25, 2024 20:24
Rollczi and others added 15 commits May 12, 2024 17:18
…ty and on the end condition is other argument to parse.
# Conflicts:
#	litecommands-core/src/dev/rollczi/litecommands/context/ContextResult.java
* Add chained bind, parser and suggester

* Add Argument#withType(Class) instead of static Argument#of(Argument, Class)

* Make SimpleArgument constructor with meta always clone it

* Mark Argument#withType as experimental

* Revert import changes.

* Revert import changes.

* Revert import changes.

* Don't use displayname as an argument key.

* Remove withType

* Remove constructor of SimpleArgument class

* Add advanced builder.

---------

Co-authored-by: Rollczi <ndejlich5@gmail.com>
@huanmeng-qwq
Copy link
Contributor

Iam looking forward to this PR, as it will help solve more problems!

@Rollczi Rollczi changed the title Add Varargs annotation and processor. GH-386 Add Varargs annotation and processor. Aug 9, 2024
@Rollczi Rollczi marked this pull request as ready for review August 9, 2024 09:03
@Rollczi Rollczi merged commit 8654297 into master Aug 10, 2024
6 checks passed
@Rollczi Rollczi deleted the varargs branch August 10, 2024 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@Delimiter(",") for collections Support for Quoted String and Flag
3 participants