'sys.argv equivalent in Objective-C

As usual, I use sys.argv[1] to get the first argument after the name of the executable file in Python, but now I'm coding a program in Objective-C. My question is what would be the equivalent of sys.argv[1] in Objective-C? Thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source