Skip to content

REPL Applications: add a command 'storage' to edit/flush storage of a backend

Romain Bignon requested to merge rbignon/woob:storage into master

Syntax is: storage [cat|flush|edit] [backend_name]

There are three actions:

  • cat: to print the storage content
  • flush: erase all the storage
  • edit: edit the storage with a text editor

Merge request reports