mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-05-07 12:49:11 -07:00
Add check to ensure `management_identity` is provided when using remote query flag (`-R`). Prevents `TypeError` and provides clear error message when user forgets to specify identity file with `-i` flag. Before: `expected str, bytes or os.PathLike object, not NoneType` After: `Remote management requires an identity file. Use -i to specify the path to a management identity.` Fixes #792
24 KiB
24 KiB