Skip to content

Commit

Permalink
refactor(worldbuilding): fix Click command registration and ensure pr…
Browse files Browse the repository at this point in the history
…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
Estrada Irribarra, Rodrigo Andres committed Oct 22, 2024
1 parent 073016e commit 658d337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "storycraftr"
version = "0.7.0-alpha3"
version = "0.7.1-alpha3"
description = "A CLI tool for writing books using OpenAI."
authors = ["Tu nombre <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 658d337

Please sign in to comment.