Function pos_genesis_tool::execute

source ·
pub(crate) fn execute<S, I>(command: I) -> Result<String, Error>
where I: IntoIterator<Item = S>, S: AsRef<str>,