MasonProtter / ReplMaker.jl

Simple API for building repl modes in Julia
Other
134 stars 14 forks source link

Remove/disable REPL mode after initrepl()? #11

Open tomyun opened 4 years ago

tomyun commented 4 years ago

Is there a way to remove or disable a REPL mode once installed with initrepl()?

For example, I'm trying to import a package which initiates its own REPL mode via ReplMaker.jl that I don't want to expose through my package.