Skip to content

Commit ec3b25e

Browse files
authoredMar 25, 2024··
chore(typegen): show schema extraction and typegen in help texts (#6122)
1 parent 1352e84 commit ec3b25e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
 

‎packages/@sanity/cli/src/commands/typegen/generateTypesCommand.ts

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ const generateTypegenCommand: CliCommandDefinition = {
4242
signature: '',
4343
description,
4444
helpText,
45-
hideFromHelp: true,
4645
action: async (args, context) => {
4746
const mod = await import('../../actions/typegen/generateAction')
4847

‎packages/sanity/src/_internal/cli/commands/schema/extractSchemaCommand.ts

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ const extractSchemaCommand: CliCommandDefinition = {
2222
signature: '',
2323
description,
2424
helpText,
25-
hideFromHelp: true,
2625
action: async (args, context) => {
2726
const mod = await import('../../actions/schema/extractAction')
2827

0 commit comments

Comments
 (0)
Please sign in to comment.