Use yaml.

This commit is contained in:
Tomasz Drwięga
2017-11-10 12:36:47 +01:00
parent 5c57479348
commit da44b3fcfa
5 changed files with 37 additions and 17 deletions
+15
View File
@@ -0,0 +1,15 @@
name: polkadot
version: "1.0.0"
author: "Parity Team <admin@polkadot.io>"
about: Polkadot Node Rust Implementation
args:
- log:
short: l
value_name: LOG_PATTERN
help: Sets a custom logging
takes_value: true
subcommands:
- collator:
about: Run collator node
- validator:
about: Run validator node