crash-diagnostics icon indicating copy to clipboard operation
crash-diagnostics copied to clipboard

Add support to `crashd_config` to declare required local programs

Open vladimirvivien opened this issue 5 years ago • 0 comments

As a script developer, I should be able to specify required program used in the script. If the program is not found or not installed, the script should fail fast. Example:

crashd_config(requires=["docker", "ssh"])

In the previous snippet, if program docker and ssh are not found on the local machine's execution path, the script should fail.

vladimirvivien avatar Jul 02 '20 21:07 vladimirvivien