Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port before_v0.60/config_management before_v0.60/language before_v0.60/prompt before_v0.60/tests #851

Merged
Prev Previous commit
Next Next commit
rename playground/lib.nu -> mod.nu
  • Loading branch information
39555 committed May 26, 2024
commit abb493721990e0a74b911c6eab998908c4d2b12b
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export def playground [topic, closure] {
export def main [topic, closure] {
with-env {N: 5 REJECT: slow } {
print (echo $topic " tests" (char newline) | str join)

Expand Down