replace 'prompt' example by 'environment'
This commit is contained in:
parent
f8008aa25d
commit
b1c2e7836d
15 changed files with 317 additions and 517 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import { inspect } from "node:util";
|
||||
import { assignFn } from "../generics/generics.js";
|
||||
import { select } from "@inquirer/prompts";
|
||||
|
||||
function inspectDynamic(_depth, options, inspect) {
|
||||
return `${inspect(this.i, options)} :: ${inspect(this.t, options)}`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue