Newline
This commit is contained in:
parent
5c0904e558
commit
912e68453b
|
@ -5,7 +5,7 @@
|
||||||
let base_url = 'https://cdn.jsdelivr.net/npm/@fawazahmed0/currency-api@latest/v1'
|
let base_url = 'https://cdn.jsdelivr.net/npm/@fawazahmed0/currency-api@latest/v1'
|
||||||
|
|
||||||
def main [target:string = "usd", source:string = "eur"] {
|
def main [target:string = "usd", source:string = "eur"] {
|
||||||
(http get $"($base_url)/currencies/($source).json") | get $source | get $target
|
$"((http get $"($base_url)/currencies/($source).json") | get $source | get $target)\n"
|
||||||
}
|
}
|
||||||
|
|
||||||
def "main list" [ ] {
|
def "main list" [ ] {
|
||||||
|
|
Loading…
Reference in a new issue