Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/core/src/cli/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ const applyCommonOptions = (cli: CAC) => {
)
.option(
'--config-loader <loader>',
'Specify the loader to load the config file, can be `jiti` or `native`',
'Specify the loader to load the config file (auto | jiti | native)',
{
default: 'jiti',
default: 'auto',
},
)
.option(
Expand Down
Loading