Skip to content

fix: arguments handling in tarantool subcommand

Yaroslav Dynnikov requested to merge args-handling into master

Due to the lost unwrap() we used to iterate Result instead of a Vec, so picodata tarantool was unable to handle command-line arguments.

Merge request reports