Dashboard › cli › Distillation
71e7007c-3834-413f-afb6-c5327930e892["lore_tm_v1_pp5wR_syjRptpusvzy4gH8fj3yu_0mcWRS2HISzgFq4","lore_tm_v1_UM6CT9vlidkHOMc5LSrYCX_W2ntYVFAJGWPuFGUig-o","lore_tm_v1_8B9Ywhw7ltWgMOWvXULAhweWk7CELwWk242Vm-U4mnY","lore_tm_v1_zwrbYziA00fupX0X45vd3ZsrruZrCFoWjQmg0bPwuJQ"]
@stricli/core@1.2.8 in node_modules/.pnpm/@stricli+core@1.2.8_patch_hash=892258f886d48063b409e0ac6141260023c396d1ed4f915231701f6a34edffcc/node_modules/@stricli/core/dist/index.js lines 1967-1997 formats positional documentation: array positionals use ${placeholder ?? "args"}...; tuple positionals use def.placeholder ?? \arg${i + 1}`, wrap optional names as [name], and display defaults as [default ${def.default}]`.node_modules/.pnpm/@stricli+core@1.2.8_patch_hash=892258f886d48063b409e0ac6141260023c396d1ed4f915231701f6a34edffcc/node_modules/@stricli/core/dist/index.js lines 1870-1953 renders parsed variadic flags with ...; enum choices as value1|value2; defaults including [] for empty arrays and "" for empty strings; custom string separators; and built-ins -h/--help, optional --help-all, -v/--version, and --.formatUsageLineForParameters() in installed Stricli, node_modules/.pnpm/@stricli+core@1.2.8_patch_hash=892258f886d48063b409e0ac6141260023c396d1ed4f915231701f6a34edffcc/node_modules/@stricli/core/dist/index.js lines 1798-1852, excludes hidden flags and can exclude runtime-optional flags via onlyRequiredInUsageLine; optionally uses a unique alias; formats boolean, enum, parsed, required, optional, and variadic flags; and joins flags and positionals after args.prefix.<${placeholder}>... for array parameters and defaults the placeholder to args; tuple parameters default to one-based names arg${i + 1}, render required values as <name>, and render optional or defaulted values as [<name>]. This differs from the CLI’s custom introspection fallback, which uses zero-based arg0, arg1, etc. and renders array usage as <placeholder...>.__rawFunc found exactly 3 matches: packages/cli/src/lib/command.ts line 903 stores originalFunc on built commands as (cmd as unknown as Record<string, unknown>).__rawFunc; packages/cli/src/commands/auth/default.ts line 74 reads it as RawCommandFunc; and line 77 throws "Command is missing __rawFunc; expected buildCommand output" when absent.