[doc] update docstrings as per PR #683

This commit is contained in:
tobi-wan-kenobi 2020-07-18 08:23:28 +02:00
parent 72966ee37d
commit 7c8ddc9c87
15 changed files with 42 additions and 4 deletions

View file

@ -5,6 +5,9 @@
Requires the following python module:
* netifaces
Requires the following executable:
* iw
Parameters:
* nic.exclude: Comma-separated list of interface prefixes to exclude (defaults to 'lo,virbr,docker,vboxnet,veth,br')
* nic.include: Comma-separated list of interfaces to include

View file

@ -4,6 +4,9 @@
Many thanks to [@bbernhard](https://github.com/bbernhard) for the idea!
Requires the following executable:
* pass (aka password-store)
Parameters:
* vault.duration: Duration until password is cleared from clipboard (defaults to 30)
* vault.location: Location of the password store (defaults to ~/.password-store)