added shell completions for push and bookmarks

This commit is contained in:
2025-01-19 22:52:24 +01:00
parent 64e12222bd
commit 5c7a8548d4
4 changed files with 31 additions and 4 deletions
+3
View File
@@ -103,6 +103,9 @@ pub enum BookmarkAction {
/// remove a bookmark by name `book remove <name>`
remove(BookmarkSubArgs),
/// get bookmarknames for shell completions
names(EmptyArgs),
}
#[derive(Debug, Clone, Args)]