mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #246] [CLOSED] Add support for completion #378
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/bootandy/dust/pull/246
Author: @Jedsek
Created: 8/22/2022
Status: ❌ Closed
Base:
master← Head:master📝 Commits (3)
8b2fbf7Add support for completion039d093Add support for completion66de6feFix clippy, reduce dependencies📊 Changes
11 files changed (+490 additions, -162 deletions)
View changed files
📝
Cargo.lock(+34 -25)📝
Cargo.toml(+6 -2)➕
build.rs(+18 -0)➕
completions/_dust(+65 -0)➕
completions/_dust.ps1(+67 -0)➕
completions/dust.bash(+86 -0)➕
completions/dust.elv(+61 -0)➕
completions/dust.fish(+19 -0)➕
src/cli.rs(+129 -0)📝
src/display.rs(+2 -8)📝
src/main.rs(+3 -127)📄 Description
See title.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.