Home »
MCQs »
Next.js MCQs
To obtain a list of accessible CLI commands, which of the following commands you would write in your project directory?
50. To obtain a list of accessible CLI commands, which of the following commands you would write in your project directory?
- npx cli next
- npx commands
- npx next -h
- npm CLI
Answer: C) npx next -h
Explanation:
npx next -h, is the command that we will use to obtain a list of accessible CLI commands.