Skip to content
Snippets Groups Projects
  • STEVAN Antoine's avatar
    92520b53
    refactor "inbreeding" Nushell modules (!141) · 92520b53
    STEVAN Antoine authored
    this MR
    - moves the Nushell modules from `bins/inbreeding/` to `bins/inbreeding/src/.nushell/`
    - creates a `NUSHELL` constant in `consts.nu` to allow the following more robust construct
    ```bash
    use consts.nu
    use $consts.NUSHELL ...
    ```
    - updates the README
    92520b53
    History
    refactor "inbreeding" Nushell modules (!141)
    STEVAN Antoine authored
    this MR
    - moves the Nushell modules from `bins/inbreeding/` to `bins/inbreeding/src/.nushell/`
    - creates a `NUSHELL` constant in `consts.nu` to allow the following more robust construct
    ```bash
    use consts.nu
    use $consts.NUSHELL ...
    ```
    - updates the README
Code owners
Assign users and groups as approvers for specific file changes. Learn more.