diff options
Diffstat (limited to 'src/sub_commands/login.rs')
| -rw-r--r-- | src/sub_commands/login.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sub_commands/login.rs b/src/sub_commands/login.rs index 6f49ba8..77fecdd 100644 --- a/src/sub_commands/login.rs +++ b/src/sub_commands/login.rs | |||
| @@ -5,7 +5,7 @@ use clap; | |||
| 5 | use crate::client::Client; | 5 | use crate::client::Client; |
| 6 | #[cfg(test)] | 6 | #[cfg(test)] |
| 7 | use crate::client::MockConnect; | 7 | use crate::client::MockConnect; |
| 8 | use crate::{client::Connect, git::Repo, login, Cli}; | 8 | use crate::{cli::Cli, client::Connect, git::Repo, login}; |
| 9 | 9 | ||
| 10 | #[derive(clap::Args)] | 10 | #[derive(clap::Args)] |
| 11 | pub struct SubCommandArgs { | 11 | pub struct SubCommandArgs { |