Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/denops_std/argument/mod.ts>formatFlag

๐Ÿ“š Standard module for denops.vim
Go to Latest
function formatFlag
import { formatFlag } from "https://deno.land/x/denops_std@v3.11.1/argument/mod.ts";

Format key and value to construct string array.

Parameters

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

Returns

string[]