mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-06-23 19:21:26 +02:00
Added environment variables to help.
This commit is contained in:
parent
ce824511ff
commit
c1577a523c
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user