Opened 11 months ago
Last modified 3 months ago
#68953 new enhancement
port(1) manpage: better explain behavior of -N flag (regarding interactivity)
Reported by: | cooljeanius (Eric Gallager) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | 2.8.1 |
Keywords: | Cc: | ||
Port: |
Description
Currently, man port
has the following:
-N Non-interactive mode, interactive questions are not asked
It would be nice if this could be clarified to better specify how exactly it behaves when the questions aren't asked. I'm assuming that it means that the behavior is as if the user just chose the default response to all questions? I'm wondering because I've been thinking that it might be nice to split the flag into 3:
- 1 that removes interactivity by assuming that the response is always "yes"
- 1 that removes interactivity by assuming that the response is always "no"
- 1 that removes interactivity by assuming that the response is whatever the default is (which is what I'm assuming the current behavior is)
Also, a conf option and/or environment variable to control this behavior would both be nice, too (primarily for CI systems).
Change History (1)
comment:1 Changed 3 months ago by cooljeanius (Eric Gallager)
Summary: | port(1) manpage: better explain behavior of -N flag → port(1) manpage: better explain behavior of -N flag (regarding interactivity) |
---|
Note: See
TracTickets for help on using
tickets.