Just some observation:
arg_set()
should return a Result<Command, Error>
Which surprises me now since the env()
functions don't return a Result but a Command. But there are certain ways which would fail setting an environment variable (illegal characters in its name). Is this intentional or a defect.