cli: add --mini (#33353)

This commit is contained in:
Simon Klee 2026-06-22 16:27:56 +02:00 committed by GitHub
commit 0d32d1f293
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 286 additions and 55 deletions

View file

@ -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