mirror of https://github.com/rm-dr/daisy
Updated help command
parent
f8b1a11bb7
commit
7a4762df77
|
@ -138,9 +138,14 @@ pub fn do_command(
|
||||||
" hyperbolic sin, etc {c}sinh, asinh, csch{r}\r\n",
|
" hyperbolic sin, etc {c}sinh, asinh, csch{r}\r\n",
|
||||||
" hyperbolic cos, etc {c}cosh, acosh, sech{r}\r\n",
|
" hyperbolic cos, etc {c}cosh, acosh, sech{r}\r\n",
|
||||||
" hyperbolic tan, etc {c}tanh, atanh, coth{r}\r\n",
|
" hyperbolic tan, etc {c}tanh, atanh, coth{r}\r\n",
|
||||||
"\r\n",
|
"\n",
|
||||||
" convert to base unit {c}tobase(quantity){r}\r\n",
|
" Celsius to Kelvin {c}fromC, fromCelsius{r}\r\n",
|
||||||
" remove units {c}nounit(quantity){r}\r\n",
|
" Kelvin to Celsius {c}toC, toCelsius{r}\r\n",
|
||||||
|
" Fahrenheit to Kelvin {c}fromF, fromFahrenheit{r}\r\n",
|
||||||
|
" Kelvin to Fahrenheit {c}toF, toFahrenheit{r}\r\n",
|
||||||
|
"\n",
|
||||||
|
" convert to base unit {c}tobase{r}\r\n",
|
||||||
|
" remove units {c}nounit{r}\r\n",
|
||||||
"\n"
|
"\n"
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue