pmem / pmemkv-python

Python bindings for pmemkv
https://pmem.io
BSD 3-Clause "New" or "Revised" License
13 stars 20 forks source link

Add interactive example #47

Open igchor opened 3 years ago

igchor commented 3 years ago

This change is Reviewable

karczex commented 3 years ago

examples/interactive_example.py, line 54 at r2 (raw file):

    help='Insert element with specified key and value')
group.add_argument('--iterate', action='store_true',
    help='Print all elements)

missing '