Current section
Files
Jump to
Current section
Files
lib/sops_config_provider/system_behavior.ex
defmodule SopsConfigProvider.SystemBehavior do
@callback cmd(binary(), list(term())) :: {term(), 0} | {term(), integer()}
end