[doc] update docstrings as per PR #683
This commit is contained in:
parent
72966ee37d
commit
7c8ddc9c87
15 changed files with 42 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue