mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07:00
Add extension alias for extensions command (#11622)
This commit is contained in:
@@ -16,6 +16,7 @@ import { newCommand } from './extensions/new.js';
|
|||||||
|
|
||||||
export const extensionsCommand: CommandModule = {
|
export const extensionsCommand: CommandModule = {
|
||||||
command: 'extensions <command>',
|
command: 'extensions <command>',
|
||||||
|
aliases: ['extension'],
|
||||||
describe: 'Manage Gemini CLI extensions.',
|
describe: 'Manage Gemini CLI extensions.',
|
||||||
builder: (yargs) =>
|
builder: (yargs) =>
|
||||||
yargs
|
yargs
|
||||||
|
|||||||
Reference in New Issue
Block a user