bestool 1.11.0

BES Deployment tooling
Documentation
1
2
3
4
5
6
7
8
pub use algae_cli::cli::reveal::{self, RevealArgs};
use miette::Result;

use crate::actions::Context;

pub async fn run(args: RevealArgs, _ctx: Context) -> Result<()> {
	reveal::run(args).await
}