1 2 3 4 5
use crate::error::Result; pub async fn run() -> Result<String> { Ok("I am login command".to_string()) }