@@ -17,7 +17,7 @@ use crate::{
17
17
plumbing::{
18
18
options::{
19
19
attributes, commit, commitgraph, config, credential, exclude, free, fsck, index, mailmap, merge, odb,
20
-
revision, tree, Args, Subcommands,
20
+
revision, tag, tree, Args, Subcommands,
21
21
},
22
22
show_progress,
23
23
},
@@ -1304,6 +1304,17 @@ pub fn main() -> Result<()> {
1304
1304
},
1305
1305
),
1306
1306
},
1307
+
Subcommands::Tag(cmd) => match cmd {
1308
+
tag::Subcommands::List => prepare_and_run(
1309
+
"tag-list",
1310
+
trace,
1311
+
auto_verbose,
1312
+
progress,
1313
+
progress_keep_open,
1314
+
None,
1315
+
move |_progress, out, _err| core::repository::tag::list(repository(Mode::Lenient)?, out),
1316
+
),
1317
+
},
1307
1318
Subcommands::Tree(cmd) => match cmd {
1308
1319
tree::Subcommands::Entries {
1309
1320
treeish,
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4