Update the Arg module to the new record builder syntax. I removed all references to the old builder syntax from basic-cli except for the ones in the Task.batch docs. It seems like that function should be removed since it only seems useful for old record builders, but that belongs in a different PR.
Update the Arg module to the new record builder syntax. I removed all references to the old builder syntax from
basic-cli
except for the ones in theTask.batch
docs. It seems like that function should be removed since it only seems useful for old record builders, but that belongs in a different PR.I copied (and adjusted) this code from Weaver, which I just released v0.3.0 for here: https://github.com/smores56/weaver/releases/tag/0.3.0