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 c43b32a commit cf21538Copy full SHA for cf21538
src/main/java/com/datasiqn/commandcore/argument/StringArguments.java
@@ -7,7 +7,9 @@
7
import java.util.List;
8
9
/**
10
- * Represents a list of arguments that are already parsed
+ * Represents a list of arguments.
11
+ * <p>
12
+ * Internally, this uses a {@code List<String>} to store arguments and parses the string it every time the user wants an argument.
13
*/
14
public class StringArguments implements Arguments {
15
private final List<String> allArguments;
0 commit comments