1 2 3 4 5 6 7
//! # Command Line Arguments //! //! //! Notes: //! //! - Command line arguments of a typical substrate based chain, and how to find and learn them. //! - How to extend them with your custom stuff.