You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser.add_argument('--recent', dest='recent', default=5, type=int, help='It is possible to show the most recent entries with the request method recent. The method itself demands a number of entries which shall be shown.')
18
+
parser.add_argument('--details', dest='details', default=0, type=int, help='The field details is 0 or 1 and declares if the results are basic or detailed. This difference influences the API credit consumption.')
19
+
parser.add_argument('--id', dest='id', help='It is very simple to request the details for a vulnerability entry. The argument demands a VulDB Id.')
0 commit comments