mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-23 00:35:51 +00:00
feat: /login支持codex订阅登录
This commit is contained in:
@@ -4,7 +4,7 @@ import { isEnvTruthy } from '../../utils/envUtils.js'
|
||||
export default {
|
||||
type: 'local-jsx',
|
||||
name: 'logout',
|
||||
description: 'Sign out from your Anthropic account',
|
||||
description: 'Sign out from your configured account',
|
||||
isEnabled: () => !isEnvTruthy(process.env.DISABLE_LOGOUT_COMMAND),
|
||||
load: () => import('./logout.js'),
|
||||
} satisfies Command
|
||||
|
||||
Reference in New Issue
Block a user