adonisjs / ace

Node.js framework for creating command line applications
MIT License
366 stars 35 forks source link

feat: add absoluteFilePath to CommandMetadata #153

Closed Julien-R44 closed 1 year ago

Julien-R44 commented 1 year ago

as discussed this PR add the absoluteFilePath property to CommandMetadata only for the Filesystem loader

also added @types/yargs-parser since it was missing from devDeps and yargs-parser is not typed