mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[GH-ISSUE #149] Don't require --ui-highlight if --ui-highlight-preset is set #105
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#105
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @robguinness on GitHub (Nov 19, 2018).
Original GitHub issue: https://github.com/mthenw/frontail/issues/149
I'm not sure if I'm missing something obvious, but I'm not able to apply the --ui-highlight-preset option. I'm assuming that the path can be given relative to the current working directory, but I also tried using the full path to the json file, and it still had no effect. Can you please provide an example or something???
@mthenw commented on GitHub (Nov 20, 2018):
Hey, thanks for reporting. You are right. It doesn't work. Let me check it.
@mthenw commented on GitHub (Nov 20, 2018):
Yeah, I probably know what's the issue. If you use
--ui-highlight-presetflag you also need to use--ui-highlight. That's probably not the greatest design so I'm gonna mark it as a thing to fix in v5.@robguinness commented on GitHub (Nov 20, 2018):
Thanks, I can confirm that it is working now as expected with this change. Looking forward to v5!