summaryrefslogtreecommitdiffstats
path: root/src/commands/env_of.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/env_of.rs
parent0a3c5e2931f261b4476b1ab716755a356252a423 (diff)
Add comments on subcommand implementations
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
Diffstat (limited to 'src/commands/env_of.rs')
-rw-r--r--src/commands/env_of.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/env_of.rs b/src/commands/env_of.rs
index cff36aa..965d97c 100644
--- a/src/commands/env_of.rs
+++ b/src/commands/env_of.rs
@@ -16,6 +16,7 @@ use crate::package::PackageName;
use crate::package::PackageVersionConstraint;
use crate::repository::Repository;
+/// Implementation of the "env_of" subcommand
pub async fn env_of(matches: &ArgMatches, repo: Repository) -> Result<()> {
use filters::filter::Filter;
use std::io::Write;