Hacker News new | ask | show | jobs
by pletnes 2456 days ago
Follow conventions. Python’s click library is great in this respect, reading its docs is useful. Having —help and —version flags; -s and —long options (one dash for short, two for long); etc.