Skip to content

Commit

Permalink
fixup! post node split-up fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed May 20, 2024
1 parent 893c8d6 commit bb4c198
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/apps_lib/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ pub mod cmds {

impl Cmd for NamadaNode {
fn add_sub(app: App) -> App {
app.subcommand(Ledger::def()).subcommand(Config::def())
app.subcommand(Ledger::def())
.subcommand(Config::def())
.subcommand(NodeUtils::def())
}

fn parse(matches: &ArgMatches) -> Option<Self> {
Expand Down

0 comments on commit bb4c198

Please sign in to comment.