mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2024-12-25 22:55:55 -05:00
username used to be positional; switch back
This commit is contained in:
parent
f7718edc7f
commit
321c95a88c
@ -59,8 +59,8 @@ pub struct Args {
|
||||
)]
|
||||
session_flags: Vec<SessionFlag>,
|
||||
|
||||
/// Create the session for this username.
|
||||
#[bpaf(argument("USERNAME"))]
|
||||
/// Username to create a session for.
|
||||
#[bpaf(positional("USERNAME"))]
|
||||
username: String,
|
||||
}
|
||||
|
||||
@ -161,7 +161,6 @@ mod tests {
|
||||
"{\"viewVideo\": true}",
|
||||
"--session-flags",
|
||||
"http-only, same-site",
|
||||
"--username",
|
||||
"slamb",
|
||||
]))
|
||||
.unwrap();
|
||||
|
Loading…
Reference in New Issue
Block a user