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

Use string_view::remove_prefix instead of reassigning last_command #46

Closed
tfpf opened this issue Aug 13, 2024 · 0 comments · Fixed by #47
Closed

Use string_view::remove_prefix instead of reassigning last_command #46

tfpf opened this issue Aug 13, 2024 · 0 comments · Fixed by #47

Comments

@tfpf
Copy link
Owner

tfpf commented Aug 13, 2024

#ifdef BASH
// Remove the initial part (index and timestamp) of the command.
last_command = last_command.substr(last_command.find(RIGHT_SQUARE_BRACKET[0]) + 2);
#endif

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 a pull request may close this issue.

1 participant