@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "tui",
|
||||
"section": 1,
|
||||
"title": "tui",
|
||||
"synopsis": [
|
||||
"tui [--json]",
|
||||
"tui demo"
|
||||
],
|
||||
"description": "Inspect the guest TUI SDK on ctx.tui (version, TTY, size, theme). tui demo runs a sample full-screen app. Disable the SDK with BARE_OS_TUI=0.",
|
||||
"options": [
|
||||
{
|
||||
"flag": "--json",
|
||||
"meaning": "Print inspector fields as one JSON object."
|
||||
}
|
||||
],
|
||||
"keywords": [
|
||||
"tui",
|
||||
"ctx",
|
||||
"terminal"
|
||||
],
|
||||
"bareOsNotes": "Requires ctx.tui from bare-os-booter after the REPL session exists."
|
||||
}
|
||||
Reference in New Issue
Block a user