Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[disma-cli] Add "add" command #59

Open
vigenere23 opened this issue May 7, 2023 · 0 comments
Open

[disma-cli] Add "add" command #59

vigenere23 opened this issue May 7, 2023 · 0 comments

Comments

@vigenere23
Copy link
Owner

Add add (or track) command to CLI for gradually tracking guild components.

Sucommands:

  • role <name>: Track a role with name name. Should detect if duplicated names are present, and throw an error if so.
  • category <name>: Track a category with name name. Should detect if duplicated names are present, and throw an error if so.
  • channel <category_name:channel_name>: Track a channel with name channel_name in the category category_name. Should detect if duplicated names are present in the same category, and throw an error if so.
  • all: Track everything. Equivalent to save. Should overwrite existant entries.
    • all {roles, categories, channels} : Track everything but only for the specified component. Should overwrite existant entries.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant