Skip to content
Snippets Groups Projects

and `inbreeding watch` command

Merged STEVAN Antoine requested to merge inbreeding-watch into main
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
+ 3
2
@@ -11,9 +11,10 @@ export def main [] {
let p = $path | remove-cache-prefix | parse "{seed}/{exp}/{id}" | into record
if $p == {} {
return $"($path | remove-cache-prefix) created"
let p = $path | remove-cache-prefix | parse "{seed}/{exp}" | into record
return $"($p.seed | str substring 0..7) ($p.exp) at ($now)"
}
$"($p.seed | str substring 0..7) ($p.exp) ($p.id | str substring 0..7) at ($now)"
$"($p.seed | str substring 0..7) ($p.exp) ($p.id | str substring 0..7) at ($now)"
}
}
Loading