bashsupport-pro icon indicating copy to clipboard operation
bashsupport-pro copied to clipboard

IDE is suggesting that the command-line stub should be moved into main()

Open tkirkland opened this issue 6 months ago • 4 comments

In my code, this is the code entry point:

Image

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.

tkirkland avatar Jun 29 '25 13:06 tkirkland