Module linera_base::command
source · Expand description
Command functionality used for spawning child processes.
Traits§
- Extension trait for
tokio::process::Command
.
Functions§
- Retrieves the path from the binary parent.
- Obtains the current binary parent
- Obtains the version from the message.
- Attempts to resolve the path and test the version of the given binary against our package version.
- Same as
resolve_binary
but gives the option to specify a binary path to use as reference. The path may be relative or absolute but it must point to a valid file on disk.