mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 15:47:23 +02:00
feat(create-docusaurus): ask user for preferred language when no language CLI option provided (#9442)
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
This commit is contained in:
parent
6fd8408a2c
commit
628752d92a
8 changed files with 301 additions and 160 deletions
|
@ -38,6 +38,7 @@ program
|
|||
'Do not run package manager immediately after scaffolding',
|
||||
)
|
||||
.option('-t, --typescript', 'Use the TypeScript template variant')
|
||||
.option('-j, --javascript', 'Use the JavaScript template variant')
|
||||
.option(
|
||||
'-g, --git-strategy <strategy>',
|
||||
`Only used if the template is a git repository.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue