Skip to content

refactor "inbreeding" Nushell modules

STEVAN Antoine requested to merge refactor-inbreeding-nushell-modules into main

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
use consts.nu
use $consts.NUSHELL ...
  • updates the README
Edited by STEVAN Antoine

Merge request reports