bash-my-aws / bash-my-aws

Bash-my-AWS provides simple but powerful CLI commands for managing AWS resources

Home Page:https://bash-my-aws.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

instance-ssh-details missing user override feature from instance-ssh

finchd opened this issue · comments

instance-ssh added [login] in #259 and both help text were updated in instance-ssh and instance-ssh-details, but the feature wasn't added to instance-ssh-details

Lines 236-239 need to be duplicated into instance-ssh-details above L277 to match, so that instance-ssh-details also recognizes a first argument that don't look like 'i-*'.

if [[ $1 != *i-* ]]; then