Skip to content

Commit

Permalink
chore(openapi/inspect): remove unused title flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Nov 19, 2024
1 parent 0d0a855 commit 4280498
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/commands/openapi/inspect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { getBorderCharacters, table } from 'table';

import analyzeOas, { getSupportedFeatures } from '../../lib/analyzeOas.js';
import BaseCommand from '../../lib/baseCommand.js';
import { titleFlag, workingDirectoryFlag } from '../../lib/flags.js';
import { workingDirectoryFlag } from '../../lib/flags.js';
import { oraOptions } from '../../lib/logger.js';
import prepareOas from '../../lib/prepareOas.js';
import SoftError from '../../lib/softError.js';
Expand Down Expand Up @@ -185,7 +185,6 @@ export default class OpenAPIInspectCommand extends BaseCommand<typeof OpenAPIIns
multiple: true,
options: getSupportedFeatures(),
}),
title: titleFlag,
workingDirectory: workingDirectoryFlag,
};

Expand Down

0 comments on commit 4280498

Please sign in to comment.