use •ParseFloat instead of •BQN to parse numbers in build.bqn

This commit is contained in:
dzaima 2023-03-19 21:31:57 +02:00
parent 4a6877a87a
commit d157fac17f

View File

@ -145,7 +145,7 @@ po ← { # parsed options
custom GetOpt "c" custom GetOpt "c"
clangd GetOpt "clangd" clangd GetOpt "clangd"
DOpt {@,𝕨 GetOpt 𝕩} DOpt {@,𝕨 GetOpt 𝕩}
J {𝕊: vGetOpt "j" v@? BQN v; •BQN4 "4" TrySH "nproc"} J {𝕊: vGetOpt "j" v@? ParseFloat v; •ParseFloat4 "4" TrySH "nproc"}
rebuildAll GetOpt "rebuild" rebuildAll GetOpt "rebuild"
rebuildSingeli GetOpt "rebuild-singeli" rebuildSingeli GetOpt "rebuild-singeli"
tui ¬GetOpt "notui" tui ¬GetOpt "notui"