commit d263e2bf8e21b13b2034fb8da7cdd407c3f63fb8
parent 835ab3446d83c2d78d29fa9230d466801334d5b1
Author: Dylan Araps <dylan.araps@gmail.com>
Date: Thu, 20 Feb 2020 12:12:29 +0200
kiss: Drop 'kiss env'.
Was only useful in confirming whether or not
a specific issue was environment related.
The mentioned issue has been resolved and
this feature is no longer of any use.
Bye.
Diffstat:
3 files changed, 0 insertions(+), 13 deletions(-)
diff --git a/README.md b/README.md
@@ -23,7 +23,6 @@ Read: https://k1ss.org/guidestones.txt
-> alternatives: List and swap to alternatives
-> build: Build a package
-> checksum: Generate checksums
--> env: List kiss settings
-> install: Install a package
-> list: List installed packages
-> remove: Remove a package
diff --git a/kiss b/kiss
@@ -1286,16 +1286,6 @@ args() {
done
;;
- e|env)
- # Display all KISS related environment variables as
- # seen by the package manager.
- env | grep -F KISS_
-
- # Run the above as root as a means of debugging
- # the environment. We'll see how handy it is over time.
- [ "$uid" = 0 ] || as_root kiss env
- ;;
-
i|install)
pkg_order "$@"
@@ -1320,7 +1310,6 @@ args() {
log 'alternatives: List and swap to alternatives'
log 'build: Build a package'
log 'checksum: Generate checksums'
- log 'env: List kiss settings'
log 'install: Install a package'
log 'list: List installed packages'
log 'remove: Remove a package'
diff --git a/kiss.1 b/kiss.1
@@ -13,7 +13,6 @@ Tiny and straightforward package manager for KISS written in POSIX sh.
-> alternatives: List and swap to alternatives
-> build: Build a package
-> checksum: Generate checksums
--> env: List kiss settings
-> install: Install a package
-> list: List installed packages
-> remove: Remove a package