feature-check
tool to query a program for supported features
Install
- All systems
-
curl cmd.cat/feature-check.sh
- Debian
-
apt-get install feature-check - Ubuntu
-
apt-get install feature-check - Kali Linux
-
apt-get install feature-check - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install feature-check
feature-check
tool to query a program for supported features
The feature-check tool obtains the list of supported features from a program via various methods (e.g. running it with the --features command-line option) and allows other programs to check for the presence and, possibly, versions of specific features. This package contains the command-line tool for use by any program.