summaryrefslogtreecommitdiffstats
path: root/src/commands/db.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/db.rs')
-rw-r--r--src/commands/db.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/db.rs b/src/commands/db.rs
index ec8386b..130f86f 100644
--- a/src/commands/db.rs
+++ b/src/commands/db.rs
@@ -33,6 +33,7 @@ use crate::log::LogItem;
use crate::package::Script;
use crate::schema;
+/// Implementation of the "db" subcommand
pub fn db(db_connection_config: DbConnectionConfig, config: &Configuration, matches: &ArgMatches) -> Result<()> {
match matches.subcommand() {
Some(("cli", matches)) => cli(db_connection_config, matches),