import { argidx } from "https://deno.land/x/denops_std@v5.0.2/function/mod.ts";
The result is the current index in the argument list. 0 is
the first file. argc() - 1 is the last one. See arglist
.
Parameters
denops: Denops
import { argidx } from "https://deno.land/x/denops_std@v5.0.2/function/mod.ts";
The result is the current index in the argument list. 0 is
the first file. argc() - 1 is the last one. See arglist
.