Skip to content

rux create gsplat: CLI header duplicates library option defaults (STANDARDS §4) #363

Description

@pfmephisto

Found during PR #362 review: apps/rux/include/create/gsplat.hpp restates the library options struct's default values despite a header comment claiming accessors exist. STANDARDS §4 requires CLI flag defaults to mirror the library options struct, never redefine it — same class of defect as the ones fixed in apps/rux/include/create/windows.hpp by PR #360.

Fix: make the CLI header read defaults from the library struct (default-constructed instance), as the other create subcommands do.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions