Refactor CLI tool to give room for growth (#667)

* refactor CLI commands for easier expansion

* add license headers

* cargo fmt
This commit is contained in:
James Wilson
2022-09-27 12:29:34 +01:00
committed by GitHub
parent f115ff975c
commit 4722028ce7
6 changed files with 346 additions and 313 deletions
+7
View File
@@ -0,0 +1,7 @@
// Copyright 2019-2022 Parity Technologies (UK) Ltd.
// This file is dual-licensed as Apache-2.0 or GPL-3.0.
// see LICENSE for license details.
pub mod codegen;
pub mod compatibility;
pub mod metadata;