rsm-hcd / spino

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.
MIT License
1 stars 1 forks source link

Add upgrade command and command parser #9

Closed myty closed 1 month ago

myty commented 1 month ago

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.