diff --git a/packages/cli/src/commands/list.ts b/packages/cli/src/commands/list.ts index 4cc6a16..894f795 100644 --- a/packages/cli/src/commands/list.ts +++ b/packages/cli/src/commands/list.ts @@ -13,7 +13,7 @@ export default class List extends Command { static override flags = { url: Flags.boolean({char: 'u', description: 'include component file URL'}), - config: Flags.string({char: 'p', description: 'path to config', default: CONFIG_DEFAULT_PATH}), + config: Flags.string({char: 'p', description: 'path to config'}), } public async run(): Promise {