Reticulum/RNS/Utilities
Aareon Sullivan 4226a62f23
fix(rnstatus): Add validation for missing -i flag when using -R
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
2025-06-08 19:52:46 -05:00
..
__init__.py Updated license 2025-04-15 20:19:33 +02:00
rncp.py Added allow overwrite option to rncp 2025-05-10 21:44:42 +02:00
rnid.py Updated license 2025-04-15 20:19:33 +02:00
rnir.py Updated license 2025-04-15 20:19:33 +02:00
rnodeconf.py Updated license 2025-04-15 20:19:33 +02:00
rnpath.py Updated license 2025-04-15 20:19:33 +02:00
rnprobe.py Updated license 2025-04-15 20:19:33 +02:00
rnsd.py Added option to specify shared instance type 2025-05-15 01:14:55 +02:00
rnstatus.py fix(rnstatus): Add validation for missing -i flag when using -R 2025-06-08 19:52:46 -05:00
rnx.py Updated license 2025-04-15 20:19:33 +02:00