aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-05-07 18:28:40 +0000
committermerakor <cem@ckyln.com>2020-05-07 18:28:40 +0000
commit2d12d2ffb26d61d7ef10cf2b09da3012a4ef56ae (patch)
treeb7eca7e068929e53a8a8087c842f368e31af2847 /man
parent9e140dbcaefcc858a3d01a4385e10249add64fee (diff)
downloadcpt-2d12d2ffb26d61d7ef10cf2b09da3012a4ef56ae.tar.gz
kiss: add option to disable prompts1.20.0
FossilOrigin-Name: b4c88886e87894e335724f4310bdf04eb1830ea8e03b12efd664831a2bcfbc6f
Diffstat (limited to 'man')
-rw-r--r--man/kiss.17
1 files changed, 7 insertions, 0 deletions
diff --git a/man/kiss.1 b/man/kiss.1
index b243a90..62aabc8 100644
--- a/man/kiss.1
+++ b/man/kiss.1
@@ -172,6 +172,13 @@ export KISS_COLOUR=1 # Enables globally
.IP
export KISS_COLOUR=0 # Disables globally
.PP
+.SS DISABLING PROMPTS
+User can disable prompts by setting a \fIKISS_NOPROMPT\fR environment value. This
+can be useful for scripting purposes.
+
+.IP
+KISS_NOPROMPT=1 kiss b pkg1 pkg2
+.PP
.SH ALTERNATIVES SYSTEM
When a package with conflicts is installed the conflicting
files will be added as "choices" to the alternatives system.