autostack-team/autostack

View on GitHub
autostack/cli/config.py

Summary

Maintainability
A
0 mins
Test Coverage
'''
Authors: Elijah Sawyers
Emails: elijahsawyers@gmail.com
Date: 12/05/2019
Overview: TODO: Write overview.
'''

import click


@click.command()
@click.option(
    '--key',
    required=True,
    help='The configuration option to change.'
)
def config():
    '''
    Set global autostack configuration options.
    '''

    return