refactor: rename DTree to DValue
This commit is contained in:
@@ -21,4 +21,4 @@ CLI(Request& context)
|
||||
}
|
||||
```
|
||||
|
||||
For commands that need multiple values or typed reads, prefer calling `cli_input(context)` once and reading the returned `DTree` directly.
|
||||
For commands that need multiple values or typed reads, prefer calling `cli_input(context)` once and reading the returned `DValue` directly.
|
||||
|
||||
Reference in New Issue
Block a user