You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current: ./proton_cli set-permission <admin-key> (add | remove) <uid> EditSequence <target-sequence>
Desired: ./proton_cli set-permission <admin-key> (add | remove) <user-name> EditSequence <seq-name>
Reason: Changing variable names to be clearer. Also using user name, not id, to be easier for user
The text was updated successfully, but these errors were encountered:
Current:
./proton_cli set-permission <admin-key> (add | remove) <uid> EditSequence <target-sequence>
Desired:
./proton_cli set-permission <admin-key> (add | remove) <user-name> EditSequence <seq-name>
Reason: Changing variable names to be clearer. Also using user name, not id, to be easier for user
The text was updated successfully, but these errors were encountered: