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
No related branches found
No related tags found
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__) ...@@ -25,8 +25,10 @@ logger = get_logger(__name__)
def dav(): def dav():
"""Commands for reading/listing/renaming/copying content to a WebDAV server """Commands for reading/listing/renaming/copying content to a WebDAV server
Commands defined here may require a username and a password to operate Commands defined here require a server, username and a password to operate
properly. 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 pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment