awslabs / aws-shell

An integrated shell for working with the AWS CLI.
Apache License 2.0
7.15k stars 770 forks source link

Add exit/quit dot commands #97

Closed jamesls closed 8 years ago

jamesls commented 8 years ago

Closes #38.

donnemartin commented 8 years ago

Looks good, just a minor comment. :shipit:

artburkart commented 8 years ago

Were these removed?

donnemartin commented 8 years ago

I just tried a few dot commands, they work on my end. Are you prefixing them with a . ?

Examples:

aws> .cd [dir]
aws> .exit
artburkart commented 8 years ago

Oh, I'm sorry! I was running an older version (0.0.1) where exit and quit worked and then they disappeared when I upgraded. I was looking at this commit and was very confused that they had been removed and I've never heard of a 'dot command', so I didn't know what it actually meant.

Now I understand. Everything works fine, cheers.

donnemartin commented 8 years ago

No problem :)