Skip to content

fix(cortex-cli): accept uppercase shell names in completion command#22

Merged
echobt merged 1 commit intomasterfrom
fix/bounty-issue-1551
Jan 26, 2026
Merged

fix(cortex-cli): accept uppercase shell names in completion command#22
echobt merged 1 commit intomasterfrom
fix/bounty-issue-1551

Conversation

@echobt
Copy link
Contributor

@echobt echobt commented Jan 26, 2026

Summary

This PR fixes the issue where the cortex completion command rejects uppercase shell names (e.g., BASH, ZSH).

Changes

  • Added ignore_case = true to the shell argument in CompletionCommand struct
  • The completion command now accepts shell names in any case (bash, BASH, Bash, etc.)

Related

Fixes PlatformNetwork/bounty-challenge#1551

Fixes bounty issue #1551

The completion command now accepts shell names in any case (e.g., BASH, Bash, bash)
by adding ignore_case = true to the shell argument attribute in CompletionCommand.
@echobt echobt force-pushed the fix/bounty-issue-1551 branch from cc0d055 to 417a4d2 Compare January 26, 2026 16:50
@echobt echobt merged commit c56f1bd into master Jan 26, 2026
4 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] cortex completion BASH rejects uppercase

2 participants