Argparse to deal with things like -v
/--verbose
flag would be very useful
#2
Labels
enhancement
New feature or request
-v
/--verbose
flag would be very useful
#2
At the moment, this script doesn't have much support to tell the user what's going on, aside from random
print("")
comments.It would be good to have args like
-v
that can be passed to explain what's going on if running it normally from the shell.Could also be run without a configuration file in this way:
This would require quite a few additions to the script to get it to work, including better handling of incomplete entries, etc. Minimum required for an entry would be:
Then the following could be autopopulated along these lines:
ntfy.sh
, but if this is the path to go down, I think it's a good idea to add some randomness to the feed name, so that there's not a problem with the name being so common that multiple people end up using it)This might be worth breaking up into a few seperate issues, depending on how quickly I'm able to solve these problems. It's more of a project really, but I want to quickly document my thought process.
The text was updated successfully, but these errors were encountered: