Console App Not Recognizing Commands

I created a console app some time ago that has a single command that is run by cron. That’s been working great for awhile. Today I added another command for another task. If i try to run it all I get is the list of available commands, and the only command it lists is my original command. To begin figuring out what’s what, I duped that command and carefully renamed the file and the class name, but it is still not recognized, though the original command continues to be. Can anyone give me a clue where to look.?

Thanks

If you would post some code that would be helpful.

nine, sorry I forgot to post this morning to close this out. Was just some stupid stuff on my end in the config regarding my paths. Thanks for intending to help.