Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

[WIP] Refactor type annotation decorators to use click classes #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 3, 2018

  1. Refactor type annotation decorators to use click

    This commit rewrites how item_tasks decorators is implemented to use
    click primatives rather than custom logic.  The primary advantage is to
    the new implementation is that the commandline interface comes with the
    item_task annotations for free.  Also, much of the decorating and
    conversion logic is handled by click classes directly which
    significantly reduces the number of lines of code.
    
    Signed-off-by: Jonathan Beezley <[email protected]>
    jbeezley committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    120c785 View commit details
    Browse the repository at this point in the history