Nushell: Difference between revisions

Claes (talk | contribs)
Add category shell
m carapace_completer errors out because of API changes. This is the new way from the docs
Line 24: Line 24:
       extraConfig = ''
       extraConfig = ''
       let carapace_completer = {|spans|
       let carapace_completer = {|spans|
      carapace $spans.0 nushell $spans | from json
          carapace $spans.0 nushell ...$spans | from json
       }
       }
       $env.config = {
       $env.config = {