aleph-im / aleph-client

Lightweight Python Client library for the Aleph.im network
MIT License
12 stars 14 forks source link

Add `--non-interactive` flag #205

Open MHHukiewitz opened 5 months ago

MHHukiewitz commented 5 months ago

We need such a flag for users who want to write scripts with the CLI, as well as for integration tests currently being written in https://github.com/aleph-im/aleph-client/pull/197

Already existing in domain.py, but needs to be extended to other commands.