Simplify the --workspace-folder requirement
- Allow for environment variable default for "--workspace-folder" name for all command-line arguments that require it
- Assume "--workspace-folder ." for all command-line arguments that require it if not supplied and there is no environment variable
- The command-line option should always override the environment variable if both are supplied.