just-dice-bot
just-dice-bot copied to clipboard
Feature command line arguments to switch configurations, logfiles, simulating
I want a bunch of command line arguments, like:
--config martingale #switch to a config called 'martingale'
--simulate 0 #simulate with even luck
--log bets-martingale #log to bets-martingale.log, graph to bets-martingale.png
It should make it easier to try multiple settings in paralel (simulating 3 variants e.g., while running a live bet).
additions?