Debugging a Click application using pdb
This tip is for when you are working on a Python command-line application that runs using that program's name, as opposed to typing .
2 posts tagged “click”.
This tip is for when you are working on a Python command-line application that runs using that program's name, as opposed to typing .
I wanted to add a option to which could be used to change the file encoding used to read the incoming CSV or TSV file - see sqlite-utils 182.