mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 08:51:09 +00:00
Uint & Hash types. (#10)
* Uint & Hash types. * Fix author * Rename crate to primitives.
This commit is contained in:
committed by
Robert Habermeier
parent
3a340b3aa2
commit
dbb123d09c
@@ -14,6 +14,10 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
//! Polkadot CLI library.
|
||||
|
||||
#![warn(missing_docs)]
|
||||
|
||||
extern crate env_logger;
|
||||
|
||||
#[macro_use]
|
||||
@@ -21,6 +25,7 @@ extern crate clap;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
/// Parse command line arguments and start the node.
|
||||
pub fn main() {
|
||||
let yaml = load_yaml!("./cli.yml");
|
||||
let matches = clap::App::from_yaml(yaml).get_matches();
|
||||
|
||||
Reference in New Issue
Block a user