mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Update dependencies and version
This commit is contained in:
parent
172e3612d0
commit
283a3802b2
11 changed files with 273 additions and 203 deletions
|
|
@ -24,12 +24,11 @@ pub use download::Download;
|
|||
pub use login::Login;
|
||||
pub use search::Search;
|
||||
|
||||
#[async_trait::async_trait(?Send)]
|
||||
trait Execute {
|
||||
fn pre_check(&mut self) -> Result<()> {
|
||||
Ok(())
|
||||
}
|
||||
async fn execute(mut self, ctx: Context) -> Result<()>;
|
||||
async fn execute(self, ctx: Context) -> Result<()>;
|
||||
}
|
||||
|
||||
#[derive(Debug, Parser)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue