mirror of
https://github.com/restic/rest-server.git
synced 2025-12-07 09:36:13 -08:00
Error out on unexpected command line argument
rest-server doesn't accept arguments. Thus, error out to prevent wrong usage.
This commit is contained in:
5
changelog/unreleased/pull-207
Normal file
5
changelog/unreleased/pull-207
Normal file
@@ -0,0 +1,5 @@
|
||||
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
|
||||
Reference in New Issue
Block a user