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: add an ability to initialize with custom history #41

Merged
merged 1 commit into from
Jul 20, 2023

Conversation

mkrl
Copy link
Owner

@mkrl mkrl commented Jul 20, 2023

Description

Terminal history can now be preserved somewhere (up to the user) and passed down to initTerminal as history: string[]

Fixes #40

Pre-review checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation (if required)
  • My contribution is awesome

@mkrl mkrl added the enhancement New feature or request label Jul 20, 2023
@mkrl mkrl self-assigned this Jul 20, 2023
@mkrl mkrl merged commit eab39e1 into master Jul 20, 2023
2 checks passed
@mkrl mkrl deleted the feat-init-history branch July 20, 2023 18:35
@github-actions
Copy link

🎉 This PR is included in version 1.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Q: is it possible to initialize with items in the command history ?
1 participant