feat(plugins/core): add support for --winter debug flag (#1341)

This commit is contained in:
Simon Lecoq
2023-01-09 02:37:35 -05:00
committed by GitHub
parent d2c70c4e21
commit ce8daa099b
4 changed files with 30 additions and 13 deletions

View File

@@ -536,7 +536,8 @@ inputs:
description: |
Debug flags
- `--cakeday`: simulate registration anniversary
- `--halloween`: enable halloween colors
- `--halloween`: enable halloween colors *(only first color scheme will be applied if multiple are specified)*
- `--winter`: enable winter colors *(only first color scheme will be applied if multiple are specified)*
- `--error`: force render error
- `--puppeteer-debug`: enable puppeteer debug mode\*
- `--puppeteer-disable-headless`: disable puppeteer headless mode *(requires a graphical environment)*\*
@@ -554,6 +555,7 @@ inputs:
values:
- --cakeday
- --halloween
- --winter
- --error
- --puppeteer-debug
- --puppeteer-disable-headless