How to pass an argument with spaces to a make command.
In this article, I document for my future self how to pass an argument with spaces to a make command.For context, in my makefile, I have a command that uses alembic to generate migrations for some SQLAlchemy models.The detail of the command depends o...
Feb 1, 20221 min read1.0K
