Description
Add a LEARN MORE line to commands that have corresponding documentation pages. Since prismic docs view already exists, the hint would look like:
LEARN MORE
prismic docs view nextjs/with-cli#create-pages
This could be driven by an optional docs field in CommandConfig so buildCommandHelp() generates it automatically.
Description
Add a
LEARN MOREline to commands that have corresponding documentation pages. Sinceprismic docs viewalready exists, the hint would look like:This could be driven by an optional
docsfield inCommandConfigsobuildCommandHelp()generates it automatically.