justin2004 / apl_in_the_shell

Dyalog APL in your command shell
20 stars 0 forks source link

`-ic, --input-csv` doesn't handle 2 arguments that both refer to csv files #4

Open justin2004 opened 5 months ago

justin2004 commented 5 months ago

note that a_0 and a_1 are both csv files

$ apl -ch  -ic  "{⍺}" a_0 a_1
1
2
3

$ apl -ch  -ic  "{⍵}" a_0 a_1
 name  1  3