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
Describe the bug
When running
"./docxbox lsl filename.docx {missing search string}"
or
"./docxbox lsl {missing filename}"
an error is thrown: terminate called after throwing an instance of 'std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >'
To Reproduce
Steps to reproduce the behavior:
Command :
./docxbox lsl table_unordered_list_images.docx
OR
./docxbox lsl
Resources: table_unordered_list_images.docx
Expected behavior
An error message stating that a required argument is missing respectively
An error message stating that a required file is missing
Environment:
docxBox Version: 0.0.4
The text was updated successfully, but these errors were encountered:
Describe the bug
When running
"./docxbox lsl filename.docx {missing search string}"
or
"./docxbox lsl {missing filename}"
an error is thrown:
terminate called after throwing an instance of 'std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >'
To Reproduce
Steps to reproduce the behavior:
OR
Expected behavior
An error message stating that a required argument is missing respectively
An error message stating that a required file is missing
Environment:
The text was updated successfully, but these errors were encountered: