mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 17:14:23 +01:00
80220b722b
# Description Fixes #2047 but for the `doas` command the same way as in #8094 # User-Facing Changes No breaking changes. If people not using `doas`, no difference at all. # Tests I have not added any tests since its using same logic as for "sudo". I guess if something would go wrong in this part, sudo tests will cover it? # Additional context As a nushell user I could not find a way to implement custom completion for a "sudo like command". Since I can see `sudo` being hardcoded in sources, this is what I propose. ~~Also I have almost zero knowledge of rust and this is definitely not the clean way yet~~ --------- Co-authored-by: Stefan Holderbach <sholderbach@users.noreply.github.com>
15 lines
276 B
TOML
15 lines
276 B
TOML
[files]
|
|
extend-exclude = ["crates/nu-command/tests/commands/table.rs", "*.tsv", "*.json", "*.txt"]
|
|
|
|
[default.extend-words]
|
|
# Ignore false-positives
|
|
nd = "nd"
|
|
fo = "fo"
|
|
ons = "ons"
|
|
ba = "ba"
|
|
Plasticos = "Plasticos"
|
|
IIF = "IIF"
|
|
numer = "numer"
|
|
ratatui = "ratatui"
|
|
doas = "doas"
|