feat: Enhance Plex management with library scanner integration and bash completion support

This commit is contained in:
Peter Wood
2025-06-26 09:15:24 -04:00
parent 563daa51af
commit 6e84bb33d6
4 changed files with 326 additions and 36 deletions

View File

@@ -131,7 +131,7 @@ For commands that accept boolean flags:
$ scan-plex-libraries.sh refresh 29 <TAB>
true false
# Analyze with deep flag
# Analyze with deep flag
$ scan-plex-libraries.sh analyze 29 <TAB>
true false
```