forked from kiss-community/kiss
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:
parent
835ab3446d
commit
d263e2bf8e
@ -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
11
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'
|
||||
|
1
kiss.1
1
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
|
||||
|
Loading…
Reference in New Issue
Block a user