deno.land / x / velociraptor@1.5.0 / cli.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
import { loadConfig } from "./src/load_config.ts";import { VrCommand } from "./src/cli/commands/vr.ts";
if (import.meta.main) { const config = await loadConfig(); new VrCommand(config).parse(Deno.args);}
velociraptor

Version Info

Tagged at
2 years ago