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

Add first command in Next Steps: exit() to exit Julia REPL #464

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

luisaforozco
Copy link
Collaborator

@luisaforozco luisaforozco commented Sep 20, 2024

Description

Minor addition to the message displayed 'Next steps' afteer generating using BestieTemplate or applying BestieTemplate to an existing package.
As explained in #463 I copy paste the instructions, but first one needs to exit the Julia REPL and execute the following commands in terminal.

I did not update the documentation (i.e. full guide) because I think it would be cumbersome and not necessary as what gets print in the terminal, but I am open to suggestions if you feel that we should update that too.

Same for CHANGELOG.md, I feel this is a very small change, but will added if is useful.

Related issues

Closes #463

Checklist

Copy link

codecov bot commented Sep 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (8ad8388) to head (4958b2d).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #464   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines           99        99           
=========================================
  Hits            99        99           

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

Copy link
Owner

@abelsiqueira abelsiqueira left a comment

Choose a reason for hiding this comment

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

Thanks, this is great. No need to update the CHANGELOG and docs, indeed

@abelsiqueira abelsiqueira merged commit 2b95a78 into main Sep 20, 2024
8 checks passed
@abelsiqueira abelsiqueira deleted the luisaforozco/463_next_steps_exit_instruction branch September 20, 2024 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Next steps list: add exit() - exit Julia-repl
2 participants