Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ def parse_args():


def main():
print("Ding Dong, who's there?\n"
"— Open Source\n"
"Open Source who?\n"
"Free to use, pay with your time.\n")
args = parse_args()
args.func(args)

Expand Down