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

x/allo_arguments/src/Arguments.ts>Arguments#keepProcessAlive

🦕 Super handy cli argument parser with automate generation `--help` flag.
Go to Latest
method Arguments.prototype.keepProcessAlive
import { Arguments } from "https://deno.land/x/allo_arguments@v6.0.5/src/Arguments.ts";

If this method is called, the program will exit with the message and wait for the user to press any key.

Parameters

optional
message = [UNSUPPORTED]

The message to print.