File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,6 +124,23 @@ popcorn submissions delete <ID>
124124popcorn submissions delete < ID> --force
125125```
126126
127+ #### Avoid Reward Hacks
128+
129+ If you want to avoid reward hacks, inspect your past submissions and delete any bad ones.
130+
131+ ``` bash
132+ # 1. List your submissions and note the ID
133+ popcorn submissions list --leaderboard grayscale_v2
134+
135+ # 2. Inspect the exact code stored for that submission
136+ popcorn submissions show 1234
137+
138+ # 3. Delete the submission if you do not want it kept
139+ popcorn submissions delete 1234
140+ ```
141+
142+ ` list ` shows the submission ` ID ` , ` show ` prints the full submitted code for that ` ID ` , and ` delete ` previews the submission before removing it.
143+
127144### Authentication
128145
129146Register or re-register your CLI with Discord or GitHub.
You can’t perform that action at this time.
0 commit comments