Feature request: Flag to specify a preset file
See original GitHub issueThis CLI is very … uhm … special. None of the obvious flags do exist 🙈
cat my-preset.json
{
"t": "monokai",
"bg": "#ADB7C1",
"wt": "sharp",
"wc": true,
"fm": "Hack",
"fs": "18px",
"ln": false,
"ds": true,
"dsyoff": "20px",
"dsblur": "68px",
"wa": true,
"lh": "133%",
"pv": "16",
"ph": "24",
"si": false,
"wm": false,
"es": "2x",
"type": "png"
}
carbon-now --preset-path=./my-preset.json test.js
Issue Analytics
- State:
- Created 5 years ago
- Comments:14 (8 by maintainers)
Top Results From Across the Web
Set default PDF export preset – Adobe Illustrator
We are asking for a way to set the DEFAULT PDF setting (when saving as from an illustrator document), to be x:1a or...
Read more >[Feature Request] User-defined THEOS_DEVICE_IP presets ...
I'd imagine that adding device presets would require a small NIC-esque ... device” flag, which would be a file stored in a user-global...
Read more >Scheduling Presets
Scheduling presets is a feature for injecting certain information into operations at compilation time to extract repetitive configuration for node ...
Read more >Merge and/or Override flags of different configure presets in ...
I have two configure presets in my CMakePresets.json were I would like to merge the flags of the inherit configurePresets (gcc) with the ......
Read more >Export Presets | Figma Community
Share them across your files and projects. ... Features. Create, save, and apply custom Export Settings presets. ... Questions or Feature Requests?
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ad-si I just published
v1.3.0-0
. 🙂 Docs are here + warning for non-existent presets included. 👍Sounds good! But maybe it should print a warning / error if a config file is specified, but no preset? Or is there a reason why anyone should do it without it being an error?