You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation says I can run t_rex serve with --cache DIR to enable the cache. But this doesn't work with last released version. In the log it says somewhere "No cache". I can enable the cache in the config file, but I'd rather do this on the command line, because it is more flexible that way.
The text was updated successfully, but these errors were encountered:
I had a simmilar issue where --port was not picked up. Looking into the code it seems that trex either uses a config file OR commandline options, but it looks like you can't use both at the same time:
The documentation says I can run
t_rex serve
with--cache DIR
to enable the cache. But this doesn't work with last released version. In the log it says somewhere "No cache". I can enable the cache in the config file, but I'd rather do this on the command line, because it is more flexible that way.The text was updated successfully, but these errors were encountered: