Hi. We are creating a REST API and we need to create a simple app for command line interface to use it.<p>For example;<p>app_rest_url/user/username gives the detail of the user<p>"app_cmd user username" should print the details.<p>Is there any framework or library for this specific purpose?