-
Notifications
You must be signed in to change notification settings - Fork 18
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
What is the correct syntax to specify multiple channels to exclude from deletion? #47
Comments
After looking at the code for "pflag" which is where the flag parsing function is from, it seems that the values have to be comma-separated. As such, I'm guessing it's more like --skip="8xxxxx,6xxxxx,6xxxxxxx" instead https://github.com/spf13/pflag/blob/master/string_slice.go
|
This is well documented in the https://github.com/cedws/discord-delete/wiki/Skipping-specific-channels page. This is also linked directly from the main readme. Basically: Hopefully that's helpful :) |
Hope the above answers your question. |
Thank you for the update. I am sorry I missed this, I do remember being on that documentation page but must have missed the example with multiple. (might have also clicked on the wrong version) |
I have tried to use the syntax ./discord-delete-darwin-arm64 partial -v -o 60 --skip 8xxxxxxx 6xxxxxxx 6xxxxxxxxx, but the application appears to have deleted some threads with those channel IDs.
Is there any way to have the application show what it believes the excluded channels are?
Thanks!
The text was updated successfully, but these errors were encountered: