-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: npt atSign handling #1332
fix: npt atSign handling #1332
Conversation
chore: dart format
…atSign args if missing; better to be explicit and make the args parsing fail
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Enforcing lowercase is a breaking change.
Yes this is technically a breaking change re the noports programs - however, atSigns may only ever include lowercase, so this should never break anyone's installation. Nevertheless I'll remove the strict validation and just do the coercion to lowercase silently. |
…t's a breaking change (albeit, atSigns will never actually include uppercase)
- What I did
- How I did it
--list-devices
which should allow blank daemon and relay atSigns- How to verify it
Tests pass