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

Default log file to cache #64

Merged
merged 1 commit into from
Jun 3, 2021
Merged

Default log file to cache #64

merged 1 commit into from
Jun 3, 2021

Conversation

pickfire
Copy link
Contributor

@pickfire pickfire commented Jun 2, 2021

helix-term 0.1.0
Blaž Hrastnik <blaz@mxxn.io>
A post-modern text editor.

USAGE:
    hx [FLAGS] [files]...

ARGS:
    <files>...    Sets the input file to use

FLAGS:
    -h, --help       Prints help information
    -v               Increases logging verbosity each use for up to 3 times
                     (default file: /home/xxx/.cache/helix/helix.log)
    -V, --version    Prints version information

@IceDragon200
Copy link
Contributor

@pickfire I have a question, how does this behave on windows? Like what directory is treated as the cache there?

@pickfire
Copy link
Contributor Author

pickfire commented Jun 3, 2021

I am not sure but it is provided by the library. Maybe you can see how the library figures it out? Or you could just checkout this branch and try running it.

@archseer
Copy link
Member

archseer commented Jun 3, 2021

https://docs.rs/etcetera/0.3.2/etcetera/base_strategy/fn.choose_base_strategy.html

It'll use the proper folder on windows

@archseer
Copy link
Member

archseer commented Jun 3, 2021

Can you fix the merge conflict?

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.

3 participants