Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.28 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.28 KB

requirus 1.0.0

easily check the requirements together, files, directories, commands for all.

INSTALLATION

git clone "https://github.com/pnmlinux/requirus.git" && cd "requirus"
bash configure.sh
make install

OPTIONS

-c, --command [command] [command]..

check the commands required for the program to run.

-e, --entity [file or directory] [file or directory]..

entity actually means a file or directory, use this option if you don't know what format the thing you are going to check is.

-d, --directory [directory] [directory]..

check the needed directories.

-f, --files [file] [file]..

check the needed files.

-r, --require [option]

the require option is Indicates the exit status of the program, if this option is needed, it returns 1, but if this value is optional, then it returns 0.

-o, --output [option]

By default, only error outputs are displayed on the screen, but you can change this with the output property. You can show both cases with both value, show only existing data with positive or show only non-existent data with negative.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

GPL3