This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
nushell
Watch
2
Star
0
Fork
You've already forked nushell
0
mirror of
https://github.com/nushell/nushell
synced
2024-12-28 14:03:09 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
f172e42869
nushell
/
tests
/
fixtures
/
formats
/
sample_def.nu
4 lines
34 B
Text
Raw
Normal View
History
Unescape
Escape
Move from `source` to `source-env` (#6277) * start working on source-env * WIP * Get most tests working, still one to go * Fix file-relative paths; Report parser error * Fix merge conflicts; Restore source as deprecated * Tests: Use source-env; Remove redundant tests * Fmt * Respect hidden env vars * Fix file-relative eval for source-env * Add file-relative eval to "overlay use" * Use FILE_PWD only in source-env and "overlay use" * Ignore new tests for now This will be another issue * Throw an error if setting FILE_PWD manually * Fix source-related test failures * Fix nu-check to respect FILE_PWD * Fix corrupted spans in source-env shell errors * Fix up some references to old source * Remove deprecation message * Re-introduce deleted tests Co-authored-by: kubouch <kubouch@gmail.com>
2022-08-31 20:32:56 +00:00
export def greet [] {
Allow expanding aliases before keywords, improve hiding (#4858) * Allow aliasing source * Add test * improve hiding * Finish adding tests * fix test
2022-03-17 22:35:50 +00:00
"hello"
}
Reference in a new issue
Copy permalink