bashsupport-pro
bashsupport-pro copied to clipboard
IDE is suggesting that the command-line stub should be moved into main()
In my code, this is the code entry point:
However, if I moved this into main, then main would never get called. Further, it would cause an infinite recursion loop.
If this isn't related to BashSupport Pro, I apologize in advance.