pull/498/head
Arijit Basu 2 years ago
parent 673bcd21c0
commit c42c4dc69d
No known key found for this signature in database
GPG Key ID: 0F8EF5258DC38077

@ -482,6 +482,7 @@ xplr.config.modes.builtin.default.key_bindings.on_key.T = {
},
}
```
</details>
## Also See:

@ -518,7 +518,7 @@ So to read the variables, the `-c` option of the shell
can be used.
You may need to pass `ExplorePwd` depening on the expectation.
Type: { Call = "string" }
Type: { Call = { command = string, args = { "list", "of", "string" } }
Example:

@ -459,7 +459,7 @@ pub enum ExternalMsg {
/// can be used.
/// You may need to pass `ExplorePwd` depening on the expectation.
///
/// Type: { Call = "string" }
/// Type: { Call = { command = string, args = { "list", "of", "string" } }
///
/// Example:
///

Loading…
Cancel
Save