v1.9.0-beta3
Pre-release
Pre-release
marcus-crane
released this
08 Jun 04:02
·
31 commits
to main
since this release
This release progresses the built-in CLI tool a little bit, changing from trying to magically detect a terminal to requiring the user to explicitly provide a subcommand.
There are many cases where terminal-like environments don't look like terminals and vice versa so we shouldn't try to guess too much.
As such, executing the CLI now looks like this:
Windows: C:\Program Files\utf9k\October\october.exe cli
macOS: /Applications/October.app/Contents/MacOS/october cli
Linux: /usr/local/bin/october cli
I'm aiming to get this wrapped up later today but still need to test out Windows and Linux versions
Full Changelog: v1.9.0-beta2...v1.9.0-beta3