pub fn run_cli<R: BufRead, W: Write>( reader: &mut R, writer: &mut W, prompt_password: &dyn PromptPassword, args: Args, )