vulcan-api / spito

spito is a powerful config management system
https://vulcan-api.github.io/spito/
GNU General Public License v3.0
3 stars 0 forks source link

runAs #112

Open BaderBC opened 6 months ago

BaderBC commented 6 months ago

example usage:

runAs(
  "sudo",
  "optional",
).api.fs.createFile("/tmp/test-file")
runAs("optional").require_remote("Avorty/spito-ruleset", "dbus")

I believe there's no need for explanation

sewe2000 commented 6 months ago

What does "optional" mean in this context?