tldr-cli 0.1.6

CLI binary for TLDR code analysis tool
Documentation
1
2
3
4
5
def main():
    x = 1
    y = x + 1
    z = y * 2
    return z