aws-cli icon indicating copy to clipboard operation
aws-cli copied to clipboard

Replaced old string formatting with new one.

Open sergyDwhiz opened this issue 1 year ago • 0 comments

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.

sergyDwhiz avatar Dec 23 '23 03:12 sergyDwhiz