Files
rest-server/changelog/unreleased/pull-207
Michael Eischer 43c96fb6f2 Error out on unexpected command line argument
rest-server doesn't accept arguments. Thus, error out to prevent wrong
usage.
2023-01-11 21:47:25 +01:00

6 lines
253 B
Plaintext

Change: Return error if command-line arguments are specified
The rest-server ignores command-line arguments. To prevent usage errors it not fails with an error instead of silently ignoring the arguments.
https://github.com/restic/rest-server/pull/207