mirror of
https://github.com/meshtastic/python.git
synced 2026-06-02 12:45:00 -04:00
Document the use of --ch-index along with --reply a little
This commit is contained in:
@@ -1889,7 +1889,10 @@ def addRemoteActionArgs(parser: argparse.ArgumentParser) -> argparse.ArgumentPar
|
||||
)
|
||||
|
||||
group.add_argument(
|
||||
"--reply", help="Reply to received messages", action="store_true"
|
||||
"--reply",
|
||||
help="Reply to received messages on the channel they were received. "
|
||||
"If '--ch-index' is set, only messages on that channel are replied to.",
|
||||
action="store_true",
|
||||
)
|
||||
|
||||
return parser
|
||||
|
||||
Reference in New Issue
Block a user