In protocol we have JSON, but JSON is hard to construct on CLI, so many protocols that may want to expose pleasant CLI interfaces can chose to use stdargs, and our cli will pass the extra cli args, eg fastn-p2p my-server top will start a streaming session with my-server (using the #12 feature), and top is passed to protocol as stdargs.
In protocol we have JSON, but JSON is hard to construct on CLI, so many protocols that may want to expose pleasant CLI interfaces can chose to use stdargs, and our cli will pass the extra cli args, eg
fastn-p2p my-server topwill start a streaming session with my-server (using the #12 feature), and top is passed to protocol as stdargs.