Store configs in sequence file instead of input from cli
quillcraftsman opened this issue · 1 comments
quillcraftsman commented
Is your feature request related to a problem? Please describe.
Then we create sequence we can save all configs in the Sequence
objects and then in the file
Describe the solution you'd like
- create config class
- add config to the sequence
- change cli (may be make two scripts: one for capture, second for replay)
Describe alternatives you've considered
make CRUD for Sequence
object
quillcraftsman commented
May be not actual