Skip to main content
Module

x/denops_std/argument/flags.ts>formatFlag

📚 Standard module for denops.vim
Go to Latest
function formatFlag
import { formatFlag } from "https://deno.land/x/denops_std@v3.11.0/argument/flags.ts";

Format key and value to construct string array.

Parameters

key: string
value: string | string[] | undefined

Returns

string[]