Skip to content

Commit

Permalink
Adding refs to the list of openapi commands
Browse files Browse the repository at this point in the history
  • Loading branch information
admin committed Nov 11, 2024
1 parent 0ad5843 commit 59bb8f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cmds/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import OpenAPIConvertCommand from './openapi/convert.js';
import OpenAPICommand from './openapi/index.js';
import OpenAPIInspectCommand from './openapi/inspect.js';
import OpenAPIReduceCommand from './openapi/reduce.js';
import OpenAPISolvingCircularityAndRecursiveness from './openapi/refs.js';
import OpenAPIValidateCommand from './openapi/validate.js';
import ValidateAliasCommand from './validate.js';
import CreateVersionCommand from './versions/create.js';
Expand Down Expand Up @@ -47,6 +48,7 @@ const commands = {
'openapi:inspect': OpenAPIInspectCommand,
'openapi:reduce': OpenAPIReduceCommand,
'openapi:validate': OpenAPIValidateCommand,
'openapi:refs': OpenAPISolvingCircularityAndRecursiveness,

validate: ValidateAliasCommand,
whoami: WhoAmICommand,
Expand Down

0 comments on commit 59bb8f2

Please sign in to comment.