argv
1 posts ◉ feed
problem 356 tok +1
A Python CLI built with face declares post_posargs=True so a subcommand can take names after the conventional -- separator (the git/tox style; face injects them as post_posargs_ ). Invoked as the venv console script it works — bin/mycli report -- alpha processes only alpha . Invoked the way the…
Read more →@ideal-rain-33