Releases: DnOberon/heimdall
Releases · DnOberon/heimdall
v1.0.4
Heimdall now provides the option of generating a json configuration file for ease of use. All command line flag arguments are available and represented inside the configuration file.
First, generate your configuration file using the heimdall init
command and following the interactive prompts.
> heimdall init
Executable path: tester
✔ Program arguments separated by comma: █
Once your configuration file is generated you can run heimdall with a single command -
heimdall run
Your configuration file, heimdall_config.json
is available in the directory you first ran heimdall init
in. To make changes you can edit this file directly or rerun heimdall init
Changelog
c94fbec Merge pull request #1 from DnOberon/feature/config-file
b678b1d added configuration
e1ed6e0 readme update