Skip to content

Commit

Permalink
"fixed" area parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag committed Jul 6, 2024
1 parent 1c81898 commit e2f944e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Command.Builder<CommandSourceStack> create() {
.map(Suggestion::suggestion)
.toList()))
.required("value",
StringParser.greedyStringParser(),
StringParser.stringParser(), // temp fix // todo: allow greedy strings
SuggestionProvider.blocking((context, input) -> {
var key = context.<NamespacedKey>get("flag");
var flag = plugin.flagRegistry().getFlag(key).orElse(null);
Expand Down

0 comments on commit e2f944e

Please sign in to comment.