The options object for the CLI defines a typescript property: https://github.com/TimMikeladze/arango-migrate/blob/0cc7c6d/src/cli.ts#L17
This is passed into the method to create a new migration: https://github.com/TimMikeladze/arango-migrate/blob/0cc7c6d/src/cli.ts#L55
However, the option doesn't appear to be available on the CLI itself: https://github.com/TimMikeladze/arango-migrate/blob/0cc7c6d12410591674ad58b756b1e2d220754ecd/README.md#usage
It looks like it was removed a few years ago but I can't see any indication why:
Was there a problem with this option?
The options object for the CLI defines a
typescriptproperty: https://github.com/TimMikeladze/arango-migrate/blob/0cc7c6d/src/cli.ts#L17This is passed into the method to create a new migration: https://github.com/TimMikeladze/arango-migrate/blob/0cc7c6d/src/cli.ts#L55
However, the option doesn't appear to be available on the CLI itself: https://github.com/TimMikeladze/arango-migrate/blob/0cc7c6d12410591674ad58b756b1e2d220754ecd/README.md#usage
It looks like it was removed a few years ago but I can't see any indication why:
Was there a problem with this option?