Skip to content

Commit

Permalink
GH-315 Update TODO.md (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rollczi authored Dec 2, 2023
1 parent 16cc4c1 commit b7ecb16
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ TODO
- [ ] @Arg @Strict Option<T>
- [x] @Arg Optional<T>
- [x] @Arg CompletableFuture<User>
- [ ] Support String and basic types
- [ ] @Joiner String
- [x] Support String and basic types
- [x] @Join String
- [x] @Async @Arg
- [x] @Permission
- [ ] @Arg @Range(min = 1, max = 10) int
- [x] @Flag for booleans
- [ ] @Editor
- [ ] @Arg Enum
- [x] @Arg Enum
- [ ] @Arg List<String> // for example text, text, text
- [ ] @Arg Set<T> // for example 1, 4, 5
- [ ] @Arg Map<K, V> // for example key1=value1, key2=value2 // do wyrzucenia chyba
Expand All @@ -36,7 +36,7 @@ TODO
- [ ] @Confirmation .confirmation()
- [x] @Context
- [ ] .debugger(true)
- [ ] .errorHandler()
- [x] .errorHandler()
- [ ] @Arg @Regex("") String
- [ ] @Arg @Regex("[a-zA-Z0-9_]") @Length(min = 3, max = 16) String playerName
- [x] Return result handler
Expand Down Expand Up @@ -362,4 +362,4 @@ Command banCommand = new Command("ban")
}


```
```

0 comments on commit b7ecb16

Please sign in to comment.