Command-line arguments are a common way to parameterize execution of programs. For example, WolframScript -script hello.wl uses -script and hello.wl arguments to the WolframScript program.
To experiment with command-line arguments, it’s best to save the script and run it from the command line using WolframScript.
Next, we’ll look at more advanced command-line processing with options.