repline icon indicating copy to clipboard operation
repline copied to clipboard

Make it possible to execute an rc file in the initialiser

Open mlang opened this issue 1 year ago • 0 comments

I am looking for a way to execute an rc file during initialisation phase.

Right now, all I can do is call "command" manually, but there is no way to invoke the options parser manually. I'd have to reimplement options parsing myself, which seems wrong.

The goal is to have something like .ghci, where :commands would also work as expected.

mlang avatar Apr 17 '23 07:04 mlang