We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cdc9d9 commit 11383c8Copy full SHA for 11383c8
README.md
@@ -26,7 +26,7 @@ searchArgument.addAutocomplete(searchAutocomplete);
26
```
27
- concatenating
28
```java
29
-command.addConcatenator(new StringConcatenator<>(" "), stringArgument, searchArgument);
+command.addConcatenator(new StringConcatenator<>(" ", String.class), stringArgument, searchArgument);
30
31
32
There are so many useful pre-written argument types that can be used while creating a command.
0 commit comments