You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The standalone binary now evaluates a positional argument
that begins with a Lisp form character instead of treating it
as a file path. Matches the convenience shape other Lisp CLIs
offer for one-shot evaluation:
mino "(+ 1 2)" -- 3
mino "[1 2 3]" -- [1 2 3]
mino "(println :hi)" -- :hi / nil
Trigger characters: ( [ { # @ '. Anything else is still
treated as a file path. The -- separator forces
file-or-task interpretation; -e EXPR works as before.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments