Home > vue-metamorph > CreateVueMetamorphCliOptions
CreateVueMetamorphCliOptions interface
vue-metamorph CLI Options
Signature:
typescript
export interface CreateVueMetamorphCliOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
(program: Pick<Command, 'option' | 'requiredOption'>) => void | (Optional) Add additional commander options to access with opts() | ||
(Optional) The vue-metamorph CLI will call this function when a file has been transformed and written back to disk | |||
List of codemods / manual migrations to run against matching files | |||
boolean | (Optional) Whether to suppress the default output of vue-metamorph's CLI If you set this to true, use the onProgress function to define your own output |