We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2d7ce0 commit 054640dCopy full SHA for 054640d
1 file changed
src/usethis/_tool/base.py
@@ -56,6 +56,12 @@ def name(self) -> str:
56
57
It is assumed that this name is also the name of the Python package associated
58
with the tool; if not, make sure to override methods which access this property.
59
+
60
+ This is the display-friendly (e.g. brand compliant) name of the tool, not the
61
+ name of a CLI command, etc. Pay mind to the correct capitalization.
62
63
+ For example, the tool named `ty` has a name of `ty`, not `Ty` or `TY`.
64
+ Import Linter has a name of `Import Linter`, not `import-linter`.
65
"""
66
67
@abstractmethod
0 commit comments