cli: add --mini (#33353)
This commit is contained in:
parent
cf31029350
commit
0d32d1f293
11 changed files with 286 additions and 55 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import fs from "fs"
|
||||
import * as tty from "node:tty"
|
||||
|
||||
export const INTERACTIVE_INPUT_ERROR = "--interactive requires a controlling terminal for input"
|
||||
export const INTERACTIVE_INPUT_ERROR = "--mini requires a controlling terminal for input"
|
||||
|
||||
type InteractiveStdin = {
|
||||
stdin: NodeJS.ReadStream
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue