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.
This commit is contained in:
Dylan Araps 2020-02-20 12:12:29 +02:00
parent 835ab3446d
commit d263e2bf8e
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
3 changed files with 0 additions and 13 deletions

View File

@ -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

11
kiss
View File

@ -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'

1
kiss.1
View File

@ -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