Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/allo_arguments/mod.ts>InfoInterruption

🦕 Super handy cli argument parser with automate generation `--help` flag.
Latest
class InfoInterruption
Re-export
import { InfoInterruption } from "https://deno.land/x/allo_arguments@v6.0.6/mod.ts";

Constructors

new
InfoInterruption(message: string, callback?: () => void)