Skip to content

Commit

Permalink
Fix CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o committed Dec 16, 2024
1 parent 0843355 commit 0db1374
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cli/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,9 @@ program
myLibraryFunction(options.lightning_channel); // Call the library function
});

// Define the library function
function myLibraryFunction(option) {
console.log('Library function called with option:', option);
}
program.parse(process.argv);

0 comments on commit 0db1374

Please sign in to comment.