Update doc
This commit is contained in:
parent
5128fb2b29
commit
ce5c68957a
2 changed files with 13 additions and 1 deletions
12
README.md
12
README.md
|
@ -89,6 +89,18 @@ cleantoots config login --only-missing # Store credentials for your newly creat
|
|||
cleantoots clean --delete
|
||||
```
|
||||
|
||||
## Remove an account
|
||||
```bash
|
||||
# This deletes stored credentials for accounts described in the main config file.
|
||||
cleantoots config clear-credentials
|
||||
|
||||
# You can then edit the config and remove some accounts:
|
||||
cleantoots config edit
|
||||
|
||||
# Then login again for remaining accounts.
|
||||
cleantoots config login
|
||||
```
|
||||
|
||||
## Tested environments
|
||||
Cleantoots test suite runs on Python 3.6, 3.7 and 3.8
|
||||
on latest versions of macOS, Windows and Ubuntu as GitHub Actions understands it.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "cleantoots"
|
||||
version = "0.3.2"
|
||||
version = "0.3.3"
|
||||
description = "Cleanup your toot history."
|
||||
license = "GPL-3.0-or-later"
|
||||
authors = ["Gabriel Augendre <gabriel@augendre.info>"]
|
||||
|
|
Loading…
Reference in a new issue