Source code for oriole_service.modules.conf
#
# __ _,--="=--,_ __
# / \." .-. "./ \
# / ,/ _ : : _ \/` \
# \ `| /o\ :_: /o\ |\__/
# `-'| :="~` _ `~"=: |
# \` (_) `/
# .-"-. \ | / .-"-.
# .-----{ }--| /,.-'-.,\ |--{ }-----.
# ) (_)_)_) \_/`~-===-~`\_/ (_(_(_) (
# ( )
# ) Oriole-CLI (
# ( Eric.Zhou )
# ) Edit and check config. (
# '-------------------------------------------'
#
from oriole_service import api
[docs]def main(args):
api.conf(args.conf)
[docs]def init_parser(parser):
parser.add_argument('--conf', default='services.cfg', help='cfg')