flox icon indicating copy to clipboard operation
flox copied to clipboard

flox --help is missing build when feature flag is enabled

Open ghudgins opened this issue 1 year ago • 1 comments

Acceptance Criteria

  • Enable build feature flag
  • flox help

Expected: build command in help Actual: no build command in help

ghudgins avatar Sep 23 '24 20:09 ghudgins

help messages are statically generated and thus cant be changed by a runtime feature flag (at least not with significant duplication). That's in fact similar to our manpages. Personally i think we could have a section in the ehlp output that does show experimental commands but clearly labels them as subject to change. Similarly, we could then also include the manpages.

ysndr avatar Sep 30 '24 09:09 ysndr

flox build is now stable

zmitchell avatar Jul 15 '25 19:07 zmitchell