Open davidds1990 opened 10 months ago
Hi! Unfortunately, the 7-Zip DLLs do not provide a direct way to execute the CLI arguments, so bit7z would need to implement a parser that, given the string of arguments, will execute the corresponding command with the given options. It's not a top priority for the project, as I still need to implement some missing and complex features, but I'll definitely evaluate providing such functionality. Thanks for pointing it out!
Feature description
Hi Can you provide a static function that takes the same arguments as the 7z CLI App? (Similar to the main function in 7z) This function can be very useful (creation or extraction archive file in one line).
CLI:
Static function (for example):
Additional context
No response
Code of Conduct