shell-scripting-projects icon indicating copy to clipboard operation
shell-scripting-projects copied to clipboard

Check if the required arguments are provided <REPO_OWNER> <REPO_NAME>

Open Hardik19102003 opened this issue 11 months ago • 0 comments

This block of code checks whether the required command-line arguments are provided. If the number of arguments is not 2, it displays a message asking the user to provide the required arguments and exits the script with an exit status of 1.

Hardik19102003 avatar Mar 05 '24 08:03 Hardik19102003