[Design Discussion] Redesign --detail to use event ID instead of list index #39
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Current
--detail Ndesign uses list position index (1-indexed) to show detail for a market. This is problematic:--detail 1through--detail 10?public-searchwhich is for discovery, not event detailsCurrent Behavior
Proposed Approaches (for discussion)
Option A: Separate CLI argument
Option B: Separate command/script
Option C: Change --detail to accept ID instead of index
Questions
References