Is it only me that finds it annoying that it's
using Dates, BenchmarkTools, LinearAlgebra
but in pkg REPL mode it's
add Dates BenchmarkTools LinearAlgebra
It would be really convenient to also allow
add Dates, BenchmarkTools, LinearAlgebra
Not only would it be somewhat consistent but also nice for copy-paste. Same for rm.
Yes, this came up once before, we decided against, but I've thought better of it since copy-and-paste would be very handy this way. The only argument against I can think of is that I also want to auto-prompt the user to install packages that are usinged and imported, which would make this far less necessary. But why not both?
we decided against
I don't think we came to a conclusion, if you are talking about #589
Right, thought we'd come to one. I'd say let's just allow commas. Where's the harm? 馃榾
A couple of students ran into this once again in a class I'm teaching. Unfortunately I won't be able to make a PR myself any time soon. Maybe this should be a "good first issue"?
Is this as simple as a replace(args, ","=>" ") somewhere in https://github.com/JuliaLang/Pkg.jl/blob/master/src/Operations.jl ?
Maybe, why don鈥檛 you try?
Most helpful comment
Right, thought we'd come to one. I'd say let's just allow commas. Where's the harm? 馃榾