Expand description
Command functionality used for spanning child processes.
Traits§
- Command
Ext - Extension trait for
tokio::process::Command
.
Functions§
- binary_
parent - Retrieves the path from the binary parent.
- current_
binary_ parent - Obtains the current binary parent
- parse_
version_ message - Obtains the version from the message.
- resolve_
binary - Attempts to resolve the path and test the version of the given binary against our package version.
- resolve_
binary_ in_ same_ directory_ as - 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.