This changes the command-line interface such that different interaction modes and features are accessible through different subcommands.
For now, the following subcommands are relevant:
pack—Pack a system and write out a placement list. (This used to be the function of the program itself.)
render—Render out the placement list to a structure file. (The functionality is provided by what we now know as the render-placements executable.) Tracking issue: #5.
This changes the command-line interface such that different interaction modes and features are accessible through different subcommands.
For now, the following subcommands are relevant:
pack
—Pack a system and write out a placement list. (This used to be the function of the program itself.)render
—Render out the placement list to a structure file. (The functionality is provided by what we now know as therender-placements
executable.) Tracking issue: #5.