Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Dec 10, 2024
1 parent 668d123 commit d0b6126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub struct Cmd {
}

#[derive(Subcommand, Clone, Debug)]
enum Sub {
pub enum Sub {
List(list::Cmd),
Schema(schema::Cmd),
}
Expand Down

0 comments on commit d0b6126

Please sign in to comment.