Julia Revise (Hot-Reload)
Hot-reload Julia code changes using Revise.jl — the key to maximizing REPL session lifespan.
Arguments
- No argument: triggers
revise(action="revise")to pick up all file changes track <path>: starts tracking a file with Reviseincludet <path>: includes a file with Revise trackingstatus: shows what Revise is tracking
Instructions
- Parse the user's argument to determine the action and optional path
- Call
revisewith the appropriate actio
[Description truncada. Veja o README completo no GitHub.]