mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12: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
|
|
@ -18,7 +18,6 @@ pub struct Login {
|
|||
pub remove: bool,
|
||||
}
|
||||
|
||||
#[async_trait::async_trait(?Send)]
|
||||
impl Execute for Login {
|
||||
async fn execute(self, ctx: Context) -> Result<()> {
|
||||
if let Some(login_file_path) = session_file_path() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue