You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help="Tell the destination node to set the specified node to be favorited on the NodeDB on the devicein its DB, by number or ID",
1735
+
help="Tell the destination node to set the specified node to be favorited on the NodeDB on the devicein its DB, by number or ID using '!' or '0x' prefix.",
1736
1736
metavar="!xxxxxxxx"
1737
1737
)
1738
1738
group.add_argument(
1739
1739
"--remove-favorite-node",
1740
-
help="Tell the destination node to set the specified node to be un-favorited on the NodeDB on the device, by number or ID",
1740
+
help="Tell the destination node to set the specified node to be un-favorited on the NodeDB on the device, by number or ID using '!' or '0x' prefix.",
1741
1741
metavar="!xxxxxxxx"
1742
1742
)
1743
1743
group.add_argument(
1744
1744
"--set-ignored-node",
1745
-
help="Tell the destination node to set the specified node to be ignored on the NodeDB on the devicein its DB, by number or ID",
1745
+
help="Tell the destination node to set the specified node to be ignored on the NodeDB on the devicein its DB, by number or ID using '!' or '0x' prefix.",
1746
1746
metavar="!xxxxxxxx"
1747
1747
)
1748
1748
group.add_argument(
1749
1749
"--remove-ignored-node",
1750
-
help="Tell the destination node to set the specified node to be un-ignored on the NodeDB on the device, by number or ID",
1750
+
help="Tell the destination node to set the specified node to be un-ignored on the NodeDB on the device, by number or ID using '!' or '0x' prefix.",
0 commit comments