1 2 3 4 5
use crate::error::Result; pub async fn run() -> Result<String> { Ok("Я комманда init!".to_string()) }