Running snitch -h gives the following section on commands:
COMMANDS:
version Prints the Snitch version number
However if I try snitch version I receive the following error:
Error: Could not resolve type 'Spectre.Console.Cli.EmptyCommandSettings'.
This is in version 1.11.0. (Version number found by running dotnet tool update snitch --global)
Running
snitch -hgives the following section on commands:However if I try
snitch versionI receive the following error:This is in version 1.11.0. (Version number found by running
dotnet tool update snitch --global)