This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Description
Original comment about the source of the issue: paritytech/cumulus#42 (comment)
In this particular case we want to add text in the description that shows how to use the command line to pass parameters to the relay chain and the para chain. To do that it would be best if we know the name of the executable.
Unfortunately Version takes static str so it is not possible to format at runtime.
cc @bkchr