Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AugmentedInfo

import type { AugmentedInfo } from "https://googleapis.deno.dev/v1/accessapproval:v1.ts";

This field contains the augmented information of the request.

interface AugmentedInfo {
command?: string;
}

§Properties

§
command?: string
[src]

For command-line tools, the full command-line exactly as entered by the actor without adding any additional characters (such as quotation marks).