Being a zero based person, I wrote a quick piece of code based on the documentation, but when I executed the command, I realized that nothing happened, my action callback function didn't execute and nothing was printed, I was puzzled.
Then I asked deepseek and realized that I have to execute the parse method first, otherwise the program won't start parsing the arguments and naturally any command won't be triggered
thanks