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

Fails to write a --stamp file to the provided path #118

Open
marcospb19 opened this issue Sep 18, 2023 · 0 comments
Open

Fails to write a --stamp file to the provided path #118

marcospb19 opened this issue Sep 18, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@marcospb19
Copy link
Collaborator

Here's the --help message for --stamp:

/// Store timestamp file at the given path, is used by file option
#[arg(short, long)]
stamp: bool,

So one might assume that you can pass a path to the stamp file:

cargo sweep --stamp name_here
Error: Failed to write timestamp file

Caused by:
    No such file or directory (os error 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant