mirror of
https://github.com/ION606/ion-cli.git
synced 2026-05-14 22:16:56 +00:00
Added gogoanime integration
This commit is contained in:
@@ -5,6 +5,7 @@ import animeMain from "./anime/getAndSave.js";
|
||||
|
||||
function fromCLI() {
|
||||
const argsRaw = [...process.argv].slice(2);
|
||||
console.log(argsRaw.join(" "));
|
||||
animeMain(argsRaw);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user