by default it shows a list of topics. Then if you run it with the topic, it displays the details about the topic. I use it to remember how to do less frequent stuff at my day job.
I'm going to use this instead!
I have a topics hash/dictionary.
If the helpme command is run without a topic argument, it prints out all the topic keys to the dictionary one per line.
If it is run with a topic argument, it just prints out the value for that topic.
by default it shows a list of topics. Then if you run it with the topic, it displays the details about the topic. I use it to remember how to do less frequent stuff at my day job.