style: fix golines formatting in logout.go
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
parent
792e7c00f3
commit
ec75189cac
1 changed files with 7 additions and 1 deletions
|
|
@ -14,7 +14,13 @@ func newLogoutCommand() *cobra.Command {
|
|||
},
|
||||
}
|
||||
|
||||
cmd.Flags().StringVarP(&provider, "provider", "p", "", "Provider to logout from (openai, anthropic, qwen); empty = all")
|
||||
cmd.Flags().StringVarP(
|
||||
&provider,
|
||||
"provider",
|
||||
"p",
|
||||
"",
|
||||
"Provider to logout from (openai, anthropic, qwen); empty = all",
|
||||
)
|
||||
|
||||
return cmd
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue