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

feat!: provide input via stdin and as an argument #140

Closed

Conversation

tbckr
Copy link
Owner

@tbckr tbckr commented Sep 30, 2023

Provide your prompt via stdin and add additional descriptions via an argument.

  • If one argument exists, it is expected to be an additional prompt.
  • If two arguments exists, the first arg is the persona and the second arg is the additional prompt.

@tbckr tbckr linked an issue Sep 30, 2023 that may be closed by this pull request
2 tasks
@codecov
Copy link

codecov bot commented Sep 30, 2023

Codecov Report

Attention: 9 lines in your changes are missing coverage. Please review.

Comparison is base (9235f9b) 74.76% compared to head (dde11af) 74.33%.
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #140      +/-   ##
==========================================
- Coverage   74.76%   74.33%   -0.43%     
==========================================
  Files          16       16              
  Lines        1042     1060      +18     
==========================================
+ Hits          779      788       +9     
- Misses        186      192       +6     
- Partials       77       80       +3     
Files Coverage Δ
cli/root.go 71.78% <62.50%> (-1.50%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tbckr tbckr marked this pull request as draft October 1, 2023 13:04
@tbckr tbckr closed this Oct 2, 2023
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.

Provide input via stdin and as an argument
1 participant