cli: make credentials test interactive; add credentials test command
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ia87db118ca58c66841265f34253b08ed6a6a6964
This commit is contained in:
parent
d824da52df
commit
d2d6b7c421
6 changed files with 357 additions and 39 deletions
|
|
@ -433,6 +433,8 @@ pub struct CredentialsArgs {
|
|||
pub enum CredentialsSubcommand {
|
||||
/// Set API credentials
|
||||
Set(CredentialsSetArgs),
|
||||
/// Test stored API credentials
|
||||
Test,
|
||||
}
|
||||
|
||||
#[derive(Args)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue