Initial commit
This commit is contained in:
0
cic/cmd/__init__.py
Normal file
0
cic/cmd/__init__.py
Normal file
16
cic/cmd/init.py
Normal file
16
cic/cmd/init.py
Normal file
@@ -0,0 +1,16 @@
|
||||
# standard imports
|
||||
import logging
|
||||
|
||||
logg = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def process_args(argparser):
|
||||
argparser.add_argument('directory', help='directory to initialize')
|
||||
|
||||
|
||||
def validate_args(args):
|
||||
pass
|
||||
|
||||
|
||||
def execute(config, eargs):
|
||||
pass
|
||||
Reference in New Issue
Block a user