Spino is a build orchestration tool specifically for use within Deno Workspaces. It is designed to be a simple, fast, and reliable tool for managing the build process of Deno projects.
This pull request adds a new upgrade command and a command parser to the codebase. The upgrade command allows users to update Spino to the latest version, while the command parser parses the arguments passed to the CLI. Additionally, the pull request includes tests for the parseCommands function and updates the displayHelpCommand function to provide usage instructions for the upgrade command.
This pull request adds a new upgrade command and a command parser to the codebase. The upgrade command allows users to update Spino to the latest version, while the command parser parses the arguments passed to the CLI. Additionally, the pull request includes tests for the parseCommands function and updates the displayHelpCommand function to provide usage instructions for the upgrade command.