Skip to content

Commit

Permalink
chore: debug why its not posting to pr
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Feb 24, 2024
1 parent ad2eecc commit 918de1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/get-cli-params.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ function parseArgs(args: string[]): Record<string, string> {
}

export function getCliParams() {
console.trace({ args: process.argv.slice(2) });
const args = process.argv.slice(2);
return parseArgs(args);
}

0 comments on commit 918de1f

Please sign in to comment.