internal/cueexperiment: clarify the docs and update the ordering
We no longer need to maintain the list of flags manually in help.go,
as https://cuelang.org/cl/1222518 added a generator.
We keep two sections to separate active from completed experiments,
but we completed two experiments without moving them. Do so.
Finally, clarify that we try to keep the fields ordered chronologically.
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: I6665f8c68d095cd47150ef57b2689bc9909a0698
Reviewed-on: https://cue.gerrithub.io/c/cue-lang/cue/+/1229645
Reviewed-by: Matthew Sackman <matthew@cue.works>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>