Design Navigation Command Design a comprehensive navigation system with menus, breadcrumbs, and navigation APIs. Usage Navigation Types - primary : Main site navigation - footer : Footer link structure - mega : Multi-column dropdown menus - breadcrumb : Hierarchical path navigation - all : Complete navigation system Workflow Step 1: Parse Arguments Extract navigation type and output format from command. Step 2: Gather Requirements Use AskUserQuestion to understand: - What is the site's primary structure? - How deep should navigation go? - Are there mega-menu requirements? - What mobile patter…