Skip to content

Commit

Permalink
feat(rust): hide the migrate-database command
Browse files Browse the repository at this point in the history
  • Loading branch information
etorreborre committed Jan 17, 2025
1 parent 41e06ce commit 6e491da
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const AFTER_LONG_HELP: &str = include_str!("./static/after_long_help.txt");

#[derive(Clone, Debug, Args)]
#[command(
hide = true,
long_about = docs::about(LONG_ABOUT),
after_long_help = docs::after_help(AFTER_LONG_HELP)
)]
Expand Down

0 comments on commit 6e491da

Please sign in to comment.