Create a new Frappe application with complete scaffolding including modules, hooks, and initial structure
<app_name> [--title <title>] [--module <module_name>]# Scaffold New Frappe App Create a new Frappe application with proper structure, configuration, and initial setup. ## Arguments Parse the user's input: $ARGUMENTS - **app_name**: Snake_case app name (e.g., `my_custom_app`) - **--title**: Human-readable title (e.g., "My Custom App") - **--module**: Initial module name to create - **--erpnext**: Include ERPNext dependencies ## Process ### Step 1: Verify Environment ### Step 2: Create App with Bench This will prompt for: - App Title - App Description - App Publisher - App Email - App Icon (default: octicon octicon-file-directory) -...