Skip to main content
ParseArgsConfig.allowPositionals - util - Node documentation
property ParseArgsConfig.allowPositionals

Usage in Deno

import { type ParseArgsConfig } from "node:util";

Whether this command accepts positional arguments.

Type

boolean | undefined