Closed staabm closed 9 months ago
the trailling slashes in the command args help a developer new to the tool, to identify which args passed to the tool are just "magic strings" like detect and which are regular filesystem paths, like src/ tests/ in this example
detect
src/ tests/
I'd personally avoid converting all paths in my READMEs to backslahes :D . Let's keep this as it is as convention and both work well :+1: Thank you
the trailling slashes in the command args help a developer new to the tool, to identify which args passed to the tool are just "magic strings" like
detect
and which are regular filesystem paths, likesrc/ tests/
in this example