Skip to content
Snippets Groups Projects
Commit 8cc3e195 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[dav] Simplify configuration handling to make it generic for other tasks (bis)

parent 1a5c7f3f
Branches
Tags
1 merge request!194Allows extra pip-installable packages to be installed in every newly created environment
Pipeline #45644 failed
......@@ -25,8 +25,10 @@ logger = get_logger(__name__)
def dav():
"""Commands for reading/listing/renaming/copying content to a WebDAV server
Commands defined here may require a username and a password to operate
properly.
Commands defined here require a server, username and a password to operate
properly. These values will be asked to you everytime you use a subcommand
in this group. To avoid repetitive asking, create a configuration file as
indicated in the :doc:`bob.devtools.install.setup` subsection of the manual.
"""
pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment