cli: add openai-key and anthropic token flag
This commit is contained in:
@@ -13,6 +13,11 @@ describe('CLI program', () => {
|
||||
expect(commandNames).toContain('doctor');
|
||||
expect(commandNames).toContain('config');
|
||||
expect(commandNames).toContain('skills');
|
||||
|
||||
expect(commandNames).toContain('openai-auth');
|
||||
expect(commandNames).toContain('openai-key');
|
||||
expect(commandNames).toContain('anthropic-auth');
|
||||
expect(commandNames).toContain('zai-auth');
|
||||
});
|
||||
|
||||
it('has version info', () => {
|
||||
|
||||
Reference in New Issue
Block a user