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> </details>
## Also See: ## Also See:

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

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

Loading…
Cancel
Save