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

Docker Date Parameter #96

Open
michaelknox opened this issue Jan 9, 2023 · 4 comments
Open

Docker Date Parameter #96

michaelknox opened this issue Jan 9, 2023 · 4 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@michaelknox
Copy link

Hi, I don't seem able to pull data older than today. I tried using --fromdate 2023-01-01 00:00 but it returns an error:

withings-sync: error: unrecognized arguments: --fromdate 2023-01-01 00:00

Even changing the format to date only (without timestamp) returns similar message.

@michaelknox
Copy link
Author

I figured it out, it was missing the = in the parameter passing... rookie mistake.

@dsrtusr88
Copy link

I figured it out, it was missing the = in the parameter passing... rookie mistake.

what should the command string have been? having the same issue, but am a rookie

@longstone
Copy link
Collaborator

@michaelknox If you could answer (just the right command), we can enhance documentation and close the issue. Thanks!

@longstone longstone added documentation Improvements or additions to documentation enhancement New feature or request labels Jan 26, 2023
@longstone longstone self-assigned this Jan 26, 2023
@michaelknox
Copy link
Author

Apologies. The correct Syntax should be:

--fromdate=2023-01-01 00:00

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

No branches or pull requests

3 participants