优化
This commit is contained in:
11
apps/cli/src/commands/registry/index.ts
Normal file
11
apps/cli/src/commands/registry/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { CommandModule } from 'yargs';
|
||||
import { registryConfigCommand } from './config';
|
||||
|
||||
// https://docs.docker.com/engine/api/v1.41/
|
||||
|
||||
export const registryCommand: CommandModule = {
|
||||
command: 'registry',
|
||||
describe: 'Tailchat registry config',
|
||||
builder: (yargs) => yargs.command(registryConfigCommand).demandCommand(),
|
||||
handler(args) {},
|
||||
};
|
||||
Reference in New Issue
Block a user