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(output): quote output string when it contains spaces and points to an existing path #77

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

alexpasmantier
Copy link
Owner

No description provided.

@alexpasmantier alexpasmantier merged commit 1ebec7e into main Nov 26, 2024
3 checks passed
@alexpasmantier alexpasmantier deleted the quoting-file-names-on-exit branch November 26, 2024 09:53
@@ -11,6 +11,7 @@ pub struct UiConfig {
pub use_nerd_font_icons: bool,
pub ui_scale: u16,
pub show_help_bar: bool,
#[serde(default)]
Copy link
Contributor

Choose a reason for hiding this comment

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

Out of curiosity, was this checked-in by mistake?

Copy link
Owner Author

Choose a reason for hiding this comment

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

No, this actually fixes a feat I added yesterday. Just threw it in for conveniency since it's such a small change to avoid making a separate PR.

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.

2 participants