Simpler defaults

This commit is contained in:
Luke Murphy 2020-10-03 14:30:49 +02:00
parent d79eeaf9a2
commit 7145be4178
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -170,7 +170,7 @@ All commands can be imported and run programmatically.
```python
>>> from etherpump.api import pull
>>> pull(['--all', '--publish-opt-in', '--publish', '__PUB_CLUB__'])
>>> pull(['--text', '--meta', '--publish-opt-in'])
```
## Subcommands