You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmdgraph is already defined as a console-script alias in pyproject.toml, but the user-facing docs still mostly show python -m commandgraph .... This sub-issue is for making the shorter path visible and tested.
Scope:
Update README examples to show the installed commandgraph command and the short alias where helpful.
Add a CLI test or smoke check that the alias points to the same CLI entrypoint.
Parent: #2
Related: #1
cmdgraphis already defined as a console-script alias inpyproject.toml, but the user-facing docs still mostly showpython -m commandgraph .... This sub-issue is for making the shorter path visible and tested.Scope:
commandgraphcommand and the short alias where helpful.Acceptance criteria:
python -m commandgraphis the main day-to-day path after install.