4 lines
56 B
Text
4 lines
56 B
Text
use cell_path.nu [ r foo ]
|
|
def test [] {
|
|
$r.foo.1.bar
|
|
}
|
use cell_path.nu [ r foo ]
|
|
def test [] {
|
|
$r.foo.1.bar
|
|
}
|