getopt()
The getopt() function parses command-line arguments passed to a script. This is useful for handling options and arguments in CLI scripts.