Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Jun 7, 2024
1 parent 3f98ce0 commit b83040c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/commands/generate/models.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
import Command from '../../core/base';
import { load } from '../../core/models/SpecificationFile';
import { formatOutput, parse } from '../../core/parser';

import { cancel, intro, isCancel, select, spinner, text } from '@clack/prompts';
import { green, inverse } from 'picocolors';

import { generateModels, Languages, ModelinaArgs } from '@asyncapi/modelina-cli';
import { modelsFlags } from '../../core/flags/generate/models.flags';
import { ValidateOptions } from '@asyncapi/parser';

export default class Models extends Command {
static description = 'Generates typed models';
Expand Down

0 comments on commit b83040c

Please sign in to comment.