summaryrefslogtreecommitdiffstats
path: root/src/commands/build.rs
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-01-18 10:23:42 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-01-18 14:19:39 +0100
commit9aa56fcb69e53aedc20973c5c6284d3e277f92fe (patch)
tree62cd4ba8b65a4251b2d033458e50382869cb178c /src/commands/build.rs
parent0a3c5e2931f261b4476b1ab716755a356252a423 (diff)
Add comments on subcommand implementations
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
Diffstat (limited to 'src/commands/build.rs')
-rw-r--r--src/commands/build.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/build.rs b/src/commands/build.rs
index e7c20c7..d0c8150 100644
--- a/src/commands/build.rs
+++ b/src/commands/build.rs
@@ -47,6 +47,7 @@ use crate::util::EnvironmentVariableName;
use crate::util::docker::ImageName;
use crate::util::progress::ProgressBars;
+/// Implementation of the "build" subcommand
#[allow(clippy::too_many_arguments)]
pub async fn build(repo_root: &Path,
matches: &ArgMatches,