Skip to content

Conversation

@AmirSa12
Copy link
Member

@AmirSa12 AmirSa12 commented Sep 21, 2025

resolves #16

@changeset-bot
Copy link

changeset-bot bot commented Sep 21, 2025

⚠️ No Changeset found

Latest commit: 6a34165

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@pkg-pr-new
Copy link

pkg-pr-new bot commented Sep 21, 2025

Open in StackBlitz

npm i https://pkg.pr.new/bombshell-dev/tab/@bomb.sh/tab@53

commit: 6a34165

README.md Outdated

```bash
source <(my-cli complete zsh) # One-time setup
my-cli complete zsh >> ~/.zshrc # Permanent setup
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no this is not a good way, we should go the creating a new file way or echo "source <(my-cli complete zsh)" way

README.md Outdated

```bash
# this generates a completion script for your shell
npx @bomb.sh/tab pnpm zsh >> ~/.zshrc
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here, this would bombard the shell configuration with new content

README.md Outdated

## Framework Integration

Tab includes adapters for popular JavaScript CLI frameworks:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why we have this section duplicated?

README.md Outdated
// Add custom completions
const devCommand = completion.commands.get('dev');
const portOption = devCommand?.options.get('--port');
if (portOption) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this condition is annoying

README.md Outdated
## Docs

Other package managers like `npm` and `yarn` can decide whether to support this or not too for more universal support.
For more detailed documentation, please visit [bombshell docs](https://bomb.sh/docs/tab/)!
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i don't think it'd be detailed there, the docs here and on the website are the same

@Aslemammad Aslemammad merged commit 6ea83b7 into main Sep 23, 2025
6 of 9 checks passed
@Aslemammad Aslemammad deleted the fix/readme branch September 23, 2025 11:10
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.

update docs

3 participants