mirror of
https://github.com/go-delve/delve.git
synced 2025-10-30 02:07:58 +08:00
The 'source' command reads the file specified as argument and executes it as a list of delve commands. Additionally a flag '--init' can be passed to delve specifying a file containing a list of commands to execute on startup. Issue #96