0.2.0
Pre-release
Pre-release
Pufferwatch is a command-line utility for monitoring and filtering SMAPI log files. It allows for real time filtering of SMAPI logs to aid in mod development and debugging.
Added:
- Improved documentation from
--help
. - Added documentation on how to use pufferwatch to replace SMAPI's terminal in Steam.
pufferwatch run
(previouslypufferwatch --execute
) now searches for SMAPI if not provided a path.
Changes:
- Restructured the command interface. Rather than using mutually exclusive
--remote
/--execute
/--stdin
/etc. flags, Pufferwatch now uses subcommands. For example,pufferwatch --remote <url>
has been changed topufferwatch remote <url>
. This reduces confusion on when certain flags are allowed. - Updated to clap v4, meaning the help output is no longer colored and instead uses the new style.