mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 20:22:01 -06:00
Fmt
This commit is contained in:
parent
4cd46f19ac
commit
91f8a82ca4
3 changed files with 12 additions and 3 deletions
|
|
@ -16,7 +16,9 @@ pub use cli::{archive::Archive, download::Download, login::Login};
|
|||
|
||||
#[async_trait::async_trait(?Send)]
|
||||
trait Execute {
|
||||
fn pre_check(&self) -> Result<()> { Ok(()) }
|
||||
fn pre_check(&self) -> Result<()> {
|
||||
Ok(())
|
||||
}
|
||||
async fn execute(self, ctx: Context) -> Result<()>;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue