Skip to content
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

fix: update auto-complete template to output completions #19

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

molisani
Copy link
Member

Resolves #17

Describe your changes
Updates the autocomplete templates to iterate over the completions and print them to stdout (with a newline separator).

Testing performed
Generated sample app and tested/confirmed autocomplete functionality.

Additional context
While editing the files I also switched to 4-space in the template files so it would match our internal Prettier config.

@molisani molisani self-assigned this Oct 17, 2024
@molisani molisani requested a review from a team as a code owner October 17, 2024 19:08
Signed-off-by: Michael Molisani <mmolisani@bloomberg.net>
@molisani molisani force-pushed the fix/bash-complete-template branch from 1b48b10 to 5a7e076 Compare October 17, 2024 19:10
@molisani molisani enabled auto-merge (rebase) October 17, 2024 19:18
@molisani molisani merged commit a79e59f into main Oct 18, 2024
2 checks passed
@molisani molisani deleted the fix/bash-complete-template branch October 18, 2024 07:55
@molisani molisani added the create-app 📂 Relates to the @stricli/create-app package label Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
create-app 📂 Relates to the @stricli/create-app package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The auto-complete example script does not work
2 participants