main
+Main CLI application
+-
+
- Parameters: +
args
- String[3] (currency, currency, amount)
+
diff --git a/docs/allclasses-index.html b/docs/allclasses-index.html index fc3488d..6e5d2f9 100644 --- a/docs/allclasses-index.html +++ b/docs/allclasses-index.html @@ -1,11 +1,11 @@
- +args
- pendingargs
- Optional, to choose the version of the program to run
+ If first argument it's "TUI" runs TUI application,
+ if length of arguments it's 3 runs CLI (expect arguments CURRENCY CURRENCY AMOUNT in addition),
+ if no arguments are provided runs GUI application.static Double
conversion(Moneda orig,
+ Moneda dest,
+ Double monto)
static void
ayuda()
static Double
conversion(Moneda orig,
+ Moneda dest,
+ Double monto)
static boolean
static void
orig
- Origin currencydest
- Target currencymonto
- Amount of `orig` currency to convert into `dest` currencyvalue
- String currencyargs
- String[3] (currency, currency, amount)