-
Notifications
You must be signed in to change notification settings - Fork 450
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config: "-e" arguments must stay at the end of replay steps (#2913)
Fixes #2908 When loading `config-file`, we need to ensure that all loaded configuration is loaded _prior_ to any `-e` values from the CLI. To do this, I inserted a new `-e` special tag type in our replay steps. This can be used to find when `-e` starts and ensure it remains at the end of replay steps when the replay steps are being modified. This commit also found a similar (but not exercised) issue where this could happen with light/dark themeing.
- Loading branch information
Showing
1 changed file
with
91 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters