Skip to content

Commit

Permalink
default values.
Browse files Browse the repository at this point in the history
Setting default values. This does not allow arcas to break
when no arguments are given. Closes issue #26.
  • Loading branch information
Nikoleta-v3 committed Jun 30, 2017
1 parent a7a08e7 commit b90c977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/arcas_scrape
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Options:
-t TITLE Terms to search for in Title
-b ABSTRACT Terms to search for in the Abstract
-y YEAR Terms to search for in Year
-r RECORDS Number of records to fetch
-s START Sequence number of first record to fetch
-r RECORDS Number of records to fetch [default: 1]
-s START Sequence number of first record to fetch [default: 1]
-v VALIDATE Checks if query returned with arguments asked [default: False]
-f FILENAME Name of json file [default: results.json]
"""
Expand Down

0 comments on commit b90c977

Please sign in to comment.