start working on docker helper

This commit is contained in:
2024-09-18 09:14:28 -04:00
parent 295698e62f
commit b1a5f9f11a
6 changed files with 42 additions and 0 deletions

View File

@ -21,6 +21,7 @@ fn main() {
Some(Action::Get(args)) => creddy_cli::get(args, cli.global_args),
Some(Action::Exec(args)) => creddy_cli::exec(args, cli.global_args),
Some(Action::Shortcut(args)) => creddy_cli::invoke_shortcut(args, cli.global_args),
Some(Action::Docker(cmd)) => creddy_cli::docker_credential_helper(cmd),
};
if let Err(e) = res {