Skip to content
Discussion options

You must be logged in to vote

Hi @gdlx,

There are two sources of issues here, and I will chalk them both up to a regression on our end, and we can look into fixing it.

The first is the command names failing to load into the panel by default. This issue is easy to explain, and this is the reason why:

@classmethod
def list_all_objects(cls, ctx: Context) -> List[Tuple[str, Command]]:
if not isinstance(ctx.command, Group):
return []
return list(sorted(list(ctx.command.commands.items())))

There was a reason I did it this way but I sort of forget the full reasoning. In any case, it seems to be a potential source of…

Replies: 6 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by gdlx
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@gdlx
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants