@jutge.org/toolkit 4.4.5 → 4.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -147,10 +147,12 @@ jtk upload # Upload problem to Jutge.org
147
147
  # Testing
148
148
  jtk submit -l en candidate.py # Submit a candidate solution to Jutge.org
149
149
 
150
- # Passcode management
151
- jtk passcode show # Show the passcode of the problem
152
- jtk passcode set # Set the passcode of the problem
153
- jtk passcode remove # Remove the passcode of the problem
150
+ # Sharing settings
151
+ jtk share # Show and update sharing settings (passcode, testcases, solutions)
152
+ jtk share --passcode <code> # Set a passcode
153
+ jtk share --no-passcode # Clear the passcode
154
+ jtk share --testcases # Share testcases
155
+ jtk share --solutions # Share solutions
154
156
 
155
157
  # Maintenance
156
158
  jtk upgrade # Update to latest version