mongos is the interface between your application and a sharded cluster. As the error states, you need to pass in the --configdb parameter with your list of config servers.
Are you instead meaning to run mognosh which is the new MongoDB shell command line interface? If so, have you downloaded the tool yet? mongosh is not included with the server install.