I get the following error when running `dotnet tool restore` ``` Command names conflict. Command names are case insensitive. A command "fantomas" in package "fantomas" A command "fantomas" in package "fantomas-tool" ``` Should `fantomas-tool` be removed?