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
#!/usr/bin/env just --justfile
# example of a multiline comment where just --list picks the last line.
# Brief description.
#
# More detailed description.
# Possibly spanning multiple lines
@example:
just --list
Expect: just example prints Brief description
Actual: just example prints Possibly spanning multiple lines
The text was updated successfully, but these errors were encountered:
Expect:
just example
printsBrief description
Actual:
just example
printsPossibly spanning multiple lines
The text was updated successfully, but these errors were encountered: