aws-cli
aws-cli copied to clipboard
Replaced old string formatting with new one.
The line cli:aws help %s' % self.help_command.name uses old-style string formatting. This could be replaced with an f-string for better code readability and performance.