Implemented a blank Btc command

This commit is contained in:
Dave Hrycyszyn
2024-06-20 17:21:41 +01:00
parent c0c5a12e84
commit 13e144f19e
7 changed files with 36 additions and 16 deletions

View File

@@ -17,6 +17,9 @@ pub(crate) struct Args {
#[derive(Subcommand)]
pub(crate) enum Commands {
/// Placeholder for future BTC commands
Btc {},
/// runs the Side Node
Run { name: String },