iam-veeramalla / shell-scripting-projects

Projects on shell scripting. Goal is to simulate real time projects as much as posible.
711 stars 1.58k forks source link

Added function to check if required arguments are passed #15

Open rissh opened 4 months ago

rissh commented 4 months ago

This pull request introduces a new function to the codebase that checks whether all required arguments are passed to a certain function. This enhancement ensures that the code is more robust by preventing potential errors caused by missing arguments.

rissh commented 4 months ago

Hey @iam-veeramalla sir,

Could you please review this PR and suggest any changes that need to be made? Thank you!