Skip to content

Release v0.2.11

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Mar 12:02
40d8375
Support log snapshot (#52)

The log snapshot is basically printing a copy of the current
logs buffer (then terminate) instead of the default `follow`
behavior.

by providing a `-s` flag to the log command line, the logs will
print the current buffer, then exits.

running `zinit log` will still automatically follow the logs as
the default behavior