Skip to content

Commit

Permalink
Merge pull request #22 from opengisch/QF-1494-executable
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus authored Dec 10, 2021
2 parents a46fd92 + fef5c47 commit eb9d986
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ Options:
--filter TEXT Do not upload the whole project, but only
the files which match the glob.
--exit-on-error / --no-exit-on-error
If any project file download fails stop
downloading the rest. Default: False
If any project file upload fails stop
uploading the rest. Default: False
```

#### download-files
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@
package_dir={"": "src"},
packages=setuptools.find_packages(where="src"),
python_requires=">=3.6",
scripts=["src/bin/qfieldcloud-cli"],
)
2 changes: 1 addition & 1 deletion src/bin/qfieldcloud-cli
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def create_project(ctx, name, owner, description, is_public):
)
@click.option(
"--exit-on-error/--no-exit-on-error",
help="If any project file download fails stop downloading the rest. Default: False",
help="If any project file upload fails stop uploading the rest. Default: False",
)
@click.pass_context
def upload_files(ctx, project_id, project_path, filter_glob, exit_on_error):
Expand Down

0 comments on commit eb9d986

Please sign in to comment.