Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nushell.rs - Add explicit spread #1441

Merged
merged 3 commits into from
Jan 12, 2024
Merged

Update nushell.rs - Add explicit spread #1441

merged 3 commits into from
Jan 12, 2024

Commits on Jan 12, 2024

  1. Update nushell.rs - Add explicit spread

    Running mise with nushell in the latest release of nushell (currently [0.89.0](https://www.nushell.sh/blog/2024-01-09-nushell_0_89_0.html#spread-operator-for-commands)) results in the following warning:
    
    ```shell
    Error:   × Automatically spreading lists is deprecated
        ╭─[/hREDACTED:35:1]
     35 │   } else {
     36 │     ^"rtx" $command $rest
        ·                     ──┬──
        ·                       ╰── Spreading lists automatically when calling external commands is deprecated and will be removed in 0.91.
     37 │   }
        ╰────
      help: Use the spread operator (put a '...' before the argument)
    ```
    
    This change fixes the warning.
    bnheise authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    8529d1c View commit details
    Browse the repository at this point in the history
  2. updated snapshots

    jdx committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    0b913b9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into patch-1

    jdx authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    8337e9f View commit details
    Browse the repository at this point in the history