(feature) Add 'remove' commands to types, and an opposite of the ok
assertion
#9
Labels
Milestone
8000
ok
assertion
#9
Bork should be able to check for the absence of something, which will essentially perform the reverse of the
ok
assertion e.g.ok brew
asserts that Homebrew is installed,remove brew
(or whatever it is) asserts that it is not present on the system.The
status
action on each type can already do the presence/absence checking, so it is just a case of reversing the logic for each type.A decision needs to be made about the semantics of the assertion, and what the opposite of
ok
should be.The text was updated successfully, but these errors were encountered: