I am providing command line arguments as
python tenant_apps.py {dbname} {username} {owner} {project}
and inserting specific name for every argument. But the owner
may have both first name and last name or just a single name and if they enter that... how can we make sure that it is taken as one argument? Same question applies to project
too. For example owner
can be John Adams
or just John
.