home to your local SPACEGIRL 💫 arimelody.space
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update cli utility docs

+5 -1
+3
README.md
··· 47 47 - `purgeInvites`: Deletes all available invite codes. 48 48 - `listAccounts`: Lists all active accounts. 49 49 - `deleteAccount <username>`: Deletes an account with a given `username`. 50 + - `lockAccount <username>`: Locks the account under `username`. 51 + - `unlockAccount <username>`: Unlocks the account under `username`. 52 + - `logs`: Shows system logs.
+2 -1
main.go
··· 450 450 "purgeInvites:\n\tDeletes all available invite codes.\n" + 451 451 "listAccounts:\n\tLists all active accounts.\n", 452 452 "deleteAccount <username>:\n\tDeletes the account under `username`.\n", 453 + "lockAccount <username>:\n\tLocks the account under `username`.\n", 453 454 "unlockAccount <username>:\n\tUnlocks the account under `username`.\n", 454 - "logs:\n\tShows system logs.\n", 455 + "logs:\n\tShows system logs.\n", 455 456 ) 456 457 return 457 458 }