Skip to main content
Module

x/allo_arguments/mod.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.4/mod.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.