Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/allo_arguments/src/Arguments.ts>Arguments.createHelpOptions

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

Creates options of help flag.

Examples

Example 1

const args = new Arguments({
   ...Arguments.createHelp(),
  // ...
});