redstarcomrade has quit [Quit: Connection closed for inactivity]
<mwk>
whitequark: so uh, do you want to merge that PR?
<mwk>
also, I have a feature request for my use case which may or may not be common
<mwk>
so I'm working on a single device (CPLD powered directly from VIO) with a bunch of different commands, like jtag_svg, jtag_probe repl, jtag_probe script, ...
<mwk>
and they all need to take that -V parameter
<mwk>
then when I switch to another device that needs a different VCC (xc9500 vs xc9500xl), I have a lot of bash history (and my own memory) polluted with the old 5V voltage, and I worry about accidentally blowing up the device
<whitequark>
I think I merged it?
<whitequark>
oh, one sec
<mwk>
what do you think about adding something like a `--lock` option to `glasgow voltage` that disallows any changes until explicit `--unlock`?