Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't list nested addons in remove #26

Open
Trojan295 opened this issue Jan 6, 2022 · 0 comments
Open

Don't list nested addons in remove #26

Trojan295 opened this issue Jan 6, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Trojan295
Copy link
Owner

When we have an addon installed, which has nested addons inside (e.g. CombatMetrics has CombatMetricsFightData), then eso-addons remove shows also the nested addon.
This should not be the case, as only the root addons should be managed.

❯ cargo run list
    Finished dev [unoptimized + debuginfo] target(s) in 0.05s
     Running `target/debug/eso-addons list`
+------------------+-----------+
| Name             | Status    |
+------------------+-----------+
| CombatMetrics    | INSTALLED |
| LibAddonMenu-2.0 | MISSING   |
| LibCombat        | MISSING   |
| LibCustomMenu    | MISSING   |
+------------------+-----------+
❯ ls addons/CombatMetrics/CombatMetricsFightData
CombatMetricsFightData.lua  CombatMetricsFightData.txt
❯ cargo run remove
    Finished dev [unoptimized + debuginfo] target(s) in 0.05s
     Running `target/debug/eso-addons remove`
? Select addon to remove › 
❯ CombatMetricsFightData
  CombatMetrics
Failed to execute: CTRL+C
@Trojan295 Trojan295 added the enhancement New feature or request label Jan 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant