-
-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'ag' name conflicts with well know search utility 'Silver Searcher' #467
Comments
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue. |
@strobe I don't see any option other than use generator with do you see any other solution? |
the main problem with this issue that a lot of tools (like emacs stuff) relayed on 'ag' command and will use a generator instead so a possible solution could be to come up with some more specific name/symlink like 'asgen', 'async-gen', 'asyng'.
|
at the moment we already support 2 different names, so instead of I have to shamefully admit I have no idea how this information can help you 😅 but maybe some workaround would work with it for now? |
my workaround is very simple - I removed 'ag' and switched my configs to use different searcher app the 'ripgrep (rg)' More general workounds as you mention usage via 'npx' (but I not tested that it works with preinstalled 'ag' in system) or via 'docker'. |
basic example -> https://github.com/asyncapi/generator#cli-usage-with-npx-instead-of-npm |
This issue has been automatically marked as stale because it has not had recent activity 😴 |
I'm gonna close this one, we will not introduce any name changes to the current CLI as we already started working on a new one -> asyncapi/cli#1 and it will not be |
Describe the bug
How to Reproduce
on macos do
and as result you get
The text was updated successfully, but these errors were encountered: