File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
packages/cli/src/arcscord_file Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ const fileDataSchema = z.object({
2323 defaultSubCommandDescriptionPattern : z . string ( ) . optional ( ) ,
2424 defaultSubCommandGroupNamePattern : z . string ( ) . optional ( ) ,
2525 defaultSubCommandGroupDescriptionPattern : z . string ( ) . optional ( ) ,
26+ defaultSubCommandWithGroupNamePattern : z . string ( ) . optional ( ) ,
27+ defaultSubCommandWithGroupDescriptionPattern : z . string ( ) . optional ( ) ,
2628 } ) . optional ( ) ,
2729} ) ;
2830
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ export type I18nOptions = {
3333 defaultSubCommandDescriptionPattern ?: string ;
3434 defaultSubCommandGroupNamePattern ?: string ;
3535 defaultSubCommandGroupDescriptionPattern ?: string ;
36+ defaultSubCommandWithGroupNamePattern ?: string ;
37+ defaultSubCommandWithGroupDescriptionPattern ?: string ;
3638} ;
3739
3840export type PackageManagerType = "npm" | "yarn" | "pnpm" ;
You can’t perform that action at this time.
0 commit comments