mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-12-15 10:11:08 +00:00
Skeleton for commands
This commit is contained in:
9
src/restic_compose_backup/commands/version.py
Normal file
9
src/restic_compose_backup/commands/version.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from .base import BaseCommand
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
"""Show version"""
|
||||
name = "version"
|
||||
|
||||
def run(self):
|
||||
print("Version!")
|
||||
Reference in New Issue
Block a user