mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #248] [MERGED] Support for completions #380
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/248
Author: @Jedsek
Created: 8/22/2022
Status: ✅ Merged
Merged: 8/23/2022
Merged by: @bootandy
Base:
master← Head:master📝 Commits (2)
8f7bfa2Support for completions297b9b2Fix the hard code of max depth📊 Changes
11 files changed (+477 additions, -155 deletions)
View changed files
📝
Cargo.lock(+10 -1)📝
Cargo.toml(+6 -2)➕
build.rs(+19 -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(+128 -0)📝
src/display.rs(+3 -11)📝
src/main.rs(+13 -141)📄 Description
Again :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.