Skip to main content
Module

x/denomander/src/types/types.ts>AppDetails

Deno command-line interfaces made easy
Latest
type alias AppDetails
import { type AppDetails } from "https://deno.land/x/denomander@0.9.3/src/types/types.ts";

Defines the app detail types

definition: { app_name: string; app_description: string; app_version: string; options?: AppOptions; errors?: DenomanderErrors; throw_errors?: boolean; }