Closed RaulCatalinas closed 7 months ago
The --collaborate option is currently causing unintended behavior when executed.
--collaborate
Instead of simply opening the associated GitHub repository in the user's default web browser, it also executes the default command of the CLI.
The problem is caused by the fact that program.args is for the entry of each option.
example:
bun run split.js -s / --first a/b/c [ 'a' ]
source: https://www.npmjs.com/package/commander
Ok
The
--collaborate
option is currently causing unintended behavior when executed.Instead of simply opening the associated GitHub repository in the user's default web browser, it also executes the default command of the CLI.