Add the response for create command and the test.

This commit is contained in:
2025-01-29 21:14:36 +02:00
parent a16e43462a
commit 1ec7c6464a
2 changed files with 14 additions and 0 deletions
@@ -61,3 +61,4 @@ def add(
plan = BackupPlan(label=Label(label), source=Source(source), destinations=[Destination(path) for path in destinations])
service.add(plan)
console.print("The backup plan is added.")