-
-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request]: Creation or extraction archive file in one line #188
Comments
Hi! |
@rikyoz I think this should be out of scope of your Rationale:
|
I definitely agree with your points! I'm currently working on the next v4.1, which will have some (relatively big) new features (e.g. nested archive support) and performance improvements. So yes, there's a lot of higher priority work. |
As a matter of fact I believe you should rule it out completely -- people should learn to use the proper tool for the job instead of going around and trying to coerce developers to turn every tool into every other tool with everything and a kitchen sink included.
It really is and should be that simple. If someone doesn't know how to launch a command line process, pass arguments to it, create and use pipes to track progress written by the command line tool to STDOUT then that's their problem, not yours -- all those things are trivial to implement with example code readily available and would suit their use case better. The reason I am so adamant about this is that I recently saw some idiots who requested to change TOML specification to allow line breaks in INLINE tables. That not only breaks the meaning of the word inline and the purpose of those tables, but it also turns TOML into something more resembling JSON. So now instead of having one human-readable TOML and one not human-readable JSON we will have two configuration file formats which will both be almost equally unreadable. That kind of insanity needs to be stopped, not encouraged. |
Yeah, I have given it some more thought and I completely agree with you: I will not implement such a feature.
This is really insane and I totally understand your point of view! |
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
The text was updated successfully, but these errors were encountered: