Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(worldbuilding): fix Click command registration and ensure pr…
…oper attribute handling - Corrected missing or improper Click decorators (@click.command, @click.group) - Ensured all commands and subcommands are properly registered in module - Fixed potential import issues and ensured is added to the main CLI command group - Improved error handling for Click command registration to avoid AttributeError ('name')
- Loading branch information