Skip to content

Add ESC-to-clear keybind to "Coming from CMD" and "Coming from PowerShell" pages #3422

Add ESC-to-clear keybind to "Coming from CMD" and "Coming from PowerShell" pages

Add ESC-to-clear keybind to "Coming from CMD" and "Coming from PowerShell" pages #3422

Workflow file for this run

name: CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.0
- name: Setup Node
uses: actions/setup-node@v6.0.0
with:
node-version: 22
- run: npm install
# - run: npm run build
- name: Build Static Docs
run: npm run build