Implement keyword arguments for dot commands
Closed this issue · 1 comments
fsaad commented
For example
.scatter --min=10 --max=20 SELECT ...
fsaad commented
This functionality exists in:
https://github.com/probcomp/iventure/blob/master/src/magics.py#L324-L326
It works but probably could be improved.