1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-02 07:07:46 +00:00

update syntax for find-deps

This commit is contained in:
Darren Schroeder 2023-06-23 14:39:07 -05:00 committed by GitHub
parent 1d1a70417f
commit 9d12487d11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ def find-deps [] {
# Returns a list which you can process further, e.g.: # Returns a list which you can process further, e.g.:
# > nu_deps | str join (',' + (char nl)) # > nu_deps | str join (',' + (char nl))
export def main [] { export def main [] {
let deps = find-deps let deps = (find-deps)
mut list = [] mut list = []