• Jacek Sowiński's avatar
    Create placeholder for args in aliases · 56967191
    Jacek Sowiński authored
    With this change there is now possible to forward args supplied on CLI
    to desired placed in real command.
    
    Example config:
    
    [aliases]
    star = tag {} star 1
    unstar = tag {} star
    
    Example usage:
    
    `topydo star foo` will resolve to: `topydo tag foo star 1`
    `topydo unstar foo` will resolve to: `topydo tag foo star`
    56967191
test_get_sub_command.py 4.63 KB