-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
feat(rails): Missing db commands and runner #2112
base: master
Are you sure you want to change the base?
Conversation
Overviewsrc/rails.ts:Info:URLs:
|
Hello @Zeko369,
Please add a 👍 as a reaction to this comment to show that you read this. |
src/rails.ts
Outdated
args: { | ||
name: "environment", | ||
generators: { | ||
script: "ls config/environments", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this file also relative to the command being run? Is is possible it is in some parent directory?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, I've setup a command to do that (I think we also mention this in another one of my PRs)
I'd want to extract this since I want to use it on other pending PRs + refactor some of the other CLIs so I'd move it to @withfig/autocomplete-tools
or to a share lib file in this repo?
Thoughs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CC extraction of this function by @mschrage
#2077 (comment)
No description provided.