Move std-rfc into Nushell (#15042)

Move `std-rfc` into Nushell.  `use std-rfc/<submodule>` now works "out-of-the-box"
This commit is contained in:
Douglas
2025-02-09 09:03:37 -05:00
committed by GitHub
parent bfe398ca36
commit 5b4dd775d4
16 changed files with 1967 additions and 17 deletions

View File

@ -164,7 +164,7 @@ export def ($test_function_name) [] {
open $test.file
| lines
| append ($test_function)
| str join (char nl)
| str join (char lsep)
| save $rendered_module_path
let result = (