add: todos

This commit is contained in:
timeshifter
2021-12-02 14:45:02 +01:00
parent 38beef19d1
commit 536db43f01
+1
View File
@@ -244,6 +244,7 @@ class ZFS:
] ]
@staticmethod @staticmethod
# TODO must take a Snapshot object
def destroy(full_name, *, recursive=False): def destroy(full_name, *, recursive=False):
# TODO condition must be "begins with" # TODO condition must be "begins with"
# or better argument should be a ZFSPath # or better argument should be a ZFSPath