grisu / gricli

Grisu commandline client
7 stars 2 forks source link

set group command fails when called in the script #202

Closed yhal003 closed 12 years ago

yhal003 commented 12 years ago

griclish <<EOF set group /nz/nesi EOF

would fail. Probably because when script is run, groups are not populated yet.

makkus commented 12 years ago

Yeah, I think the problem is that we shouldn't rely on the completion cache from within any of the commands...