mirror of
https://github.com/ION606/ion-cli.git
synced 2026-05-14 22:16:56 +00:00
added the 'anime' cli command
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
import animeMain from "./anime/getAndSave.js";
|
||||
|
||||
|
||||
function fromCLI() {
|
||||
const argsRaw = [...process.argv].slice(2);
|
||||
animeMain(argsRaw);
|
||||
}
|
||||
|
||||
fromCLI();
|
||||
Reference in New Issue
Block a user