mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-12 10:22:12 +02:00
JsonSchema: adds "command-raw" to schema (#2255)
* Add "command-raw" to json_schema.json * I spelled it wrong
This commit is contained in:
@@ -609,6 +609,10 @@
|
||||
"const": "data-raw",
|
||||
"description": "Text data, printed as is"
|
||||
},
|
||||
{
|
||||
"const": "command-raw",
|
||||
"description": "Command to generate text data, printed as is"
|
||||
},
|
||||
{
|
||||
"const": "sixel",
|
||||
"description": "Image file, printed as sixel codes"
|
||||
|
||||
Reference in New Issue
Block a user