github marcus-crane/october v1.9.0-beta3

latest releases: v1.12.1, v1.12.0, v1.11.1-beta9...
pre-release15 months ago

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

Don't miss a new october release

NewReleases is sending notifications on new releases.