feat: define run_configure()
This commit is contained in:
8
skywipe/commands.py
Normal file
8
skywipe/commands.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""Command implementations for Skywipe CLI."""
|
||||
|
||||
from skywipe.configuration import Configuration
|
||||
import sys
|
||||
|
||||
def run_configure():
|
||||
config = Configuration()
|
||||
config.create()
|
||||
Reference in New Issue
Block a user