Skip to content

Commit 0db1374

Browse files
author
22388o
committed
Fix CLI
1 parent 0843355 commit 0db1374

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/cli/cli.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,9 @@ program
1616
myLibraryFunction(options.lightning_channel); // Call the library function
1717
});
1818

19+
// Define the library function
20+
function myLibraryFunction(option) {
21+
console.log('Library function called with option:', option);
22+
}
1923
program.parse(process.argv);
2024

0 commit comments

Comments
 (0)