@farming-labs/docs 0.0.3-beta.9 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/index.mjs +1 -1
- package/package.json +1 -1
package/dist/cli/index.mjs
CHANGED
|
@@ -1990,7 +1990,7 @@ function printHelp() {
|
|
|
1990
1990
|
${pc.bold("@farming-labs/docs")} — Documentation framework CLI
|
|
1991
1991
|
|
|
1992
1992
|
${pc.dim("Usage:")}
|
|
1993
|
-
npx @farming-labs/docs ${pc.cyan("<command>")}
|
|
1993
|
+
npx @farming-labs/docs@latest ${pc.cyan("<command>")}
|
|
1994
1994
|
|
|
1995
1995
|
${pc.dim("Commands:")}
|
|
1996
1996
|
${pc.cyan("init")} Scaffold docs in your project (default)
|