brahmlower/cssef

Taskutil model actions

Opened this issue · 0 comments

the model_del function used to support expressions in the pkid field. for instances, one could say --pkid *, meaning it would reference every object, or --pkid 1-3, or --pkid 1,6,3. This was removed while writing tests because this sort of functionality is something that should be broken up and parsed while receiving the task, not while executing the actual task action.