Added environment variables to help.

This commit is contained in:
PaddiM8 2020-06-18 17:01:09 +02:00
parent ce824511ff
commit c1577a523c

View File

@ -25,10 +25,14 @@ fn main() {
// The indentation... Will have to do something more scalable in the future. // The indentation... Will have to do something more scalable in the future.
println!( println!(
" "
-= kalk help =-\n [kalk help]
kalk [OPTIONS] [INPUT] kalk [OPTIONS] [INPUT]
-h, --help : show this -h, --help : show this
-i : load a file with predefined functions/variables -i : load a file with predefined functions/variables
[Environment variables]
ANGLE_UNIT=(deg/rad) : Sets the default unit used for trigonometric functions.
" "
); );
return; return;