Skip to content

Commit

Permalink
Fix unlink arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
lettertwo committed Dec 8, 2022
1 parent 82136fb commit c781dc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/dev/parcel-link/bin/unlink.js
Expand Up @@ -19,6 +19,7 @@ const unlink = require('../src/unlink').default;
const program = new commander.Command();

program
.arguments('[packageRoot]')
.version(version, '-V, --version')
.description('Unlink a dev copy of Parcel from an app')
.option('-d, --dry-run', 'Do not write any changes')
Expand Down

0 comments on commit c781dc3

Please sign in to comment.