Skip to content

Commit

Permalink
Make the start docs visible so we can link to them
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Nov 20, 2023
1 parent cab55be commit 972c296
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zebrad/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ pub use self::{entry_point::EntryPoint, start::StartCmd};

use self::{copy_state::CopyStateCmd, generate::GenerateCmd, tip_height::TipHeightCmd};

pub mod start;

mod copy_state;
mod entry_point;
mod generate;
mod start;
mod tip_height;

#[cfg(test)]
Expand Down

0 comments on commit 972c296

Please sign in to comment.