awsmfa 0.2.1

This tool automates Multi-Factor Authentication (MFA) process in using awscli.
Documentation
1
2
3
4
5
6
use crate::{Config, Result};

pub fn run(config: Config) -> Result<()> {
    println!("{config}");
    Ok(())
}