mirror of
https://gitlab.com/KKlochko/tui-rsync.git
synced 2026-08-20 13:47:43 +00:00
Add the response for create command and the test.
This commit is contained in:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user