pull/524/head
Arijit Basu 2 years ago
parent 71bd2e2776
commit 553f6b9bc6
No known key found for this signature in database
GPG Key ID: 0F8EF5258DC38077

@ -308,8 +308,8 @@ Follow the symlink under focus to its actual location.
Example:
Lua: `"FollowSymlink"`
YAML: `FollowSymlink`
- Lua: `"FollowSymlink"`
- YAML: `FollowSymlink`
### Virtual Root
@ -323,8 +323,8 @@ Type: { SetVroot = "string" }
Example:
Lua: `{ SetVroot = "/tmp" }`
YAML: `SetVroot: /tmp`
- Lua: `{ SetVroot = "/tmp" }`
- YAML: `SetVroot: /tmp`
#### UnsetVroot

@ -262,8 +262,8 @@ pub enum ExternalMsg {
///
/// Example:
///
/// Lua: `"FollowSymlink"`
/// YAML: `FollowSymlink`
/// - Lua: `"FollowSymlink"`
/// - YAML: `FollowSymlink`
FollowSymlink,
/// ### Virtual Root ------------------------------------------------------
@ -276,8 +276,8 @@ pub enum ExternalMsg {
///
/// Example:
///
/// Lua: `{ SetVroot = "/tmp" }`
/// YAML: `SetVroot: /tmp`
/// - Lua: `{ SetVroot = "/tmp" }`
/// - YAML: `SetVroot: /tmp`
SetVroot(String),
/// Unset the virtual root temporarily (can be reset back to the initial

Loading…
Cancel
Save