-
-
Notifications
You must be signed in to change notification settings - Fork 200
Closed
Labels
Description
I propose Fantomas prints its version at the very beginning of its execution.
The existing way to deal with this is to just separately ask for the tool version using --version
.
Pros and Cons
The advantages of making this adjustment to Fantomas are:
- sometimes multiple versions of the tool are installed on the machine (e.g. locally and globally) and having the version printed decreases cognitive load in these situations
- this would also help maintainers since the screenshots with problems would also include the version number, reducing a need to communicate this
- this is common behavior for many dotnet tools (at least in my practice)
The disadvantages of making this adjustment to Fantomas are - cannot think of any.
Extra information
Estimated cost (XS, S, M, L, XL, XXL): XS. Or XS/S if this is configurable.
Related suggestions: (put links to related suggestions here) - didn't find any.
Affidavit (please submit!)
Please tick this by placing a cross in the box:
- I have read the Contribution Guidelines.
- I have searched both open and closed suggestions on this site and believe this is not a duplicate
Please tick all that apply:
- This is not a breaking change to Fantomas
- I or my company would be willing to help implement and/or test this
- This suggestion is part of the Microsoft style guide (please add a link to section if so)
- This suggestion is part of the G-Research style guide (please add a link to section if so)