autostack-team/autostack

View on GitHub
autostack/cli/error.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.argument('message')
def error():
    '''
    Query for a given error message, and dislay posts for that query.
    '''

    return