convenient.email
Home
Home
Community
Help and documentation
Help
Information
Directory
Login
Full text
Tags
Contacts
{8}{7}
{3}
2021-01-06 14:11:21
2021-01-05 20:40:05
2021-01-05 20:40:05
3990643
View profile
silverwizard
2 weeks ago
friendica
Python docs: Don't use getopt it's dumb, use argparse
Argparse: Documentation is for suckers
I used getopt
View profile
Konstantin Ryabitsev
2 weeks ago
•
mastodon (AP)
Odd, I find argparse really well documented.
https://docs.python.org/3/howto/argparse.html
View profile
silverwizard
1 week ago
friendica
Argparse has a lot of words documenting it. I do not find them good at explaining it.
For example, what is the return values of parse_args? How do I make a - command?