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

Replace magic string with a constant.

Open sergyDwhiz opened this issue 1 year ago • 0 comments

The string 'cli:aws' used in the code could be replaced with a constant.( CLI_AWS) This change will improve code readability and maintainability by centralizing the definition of this string.

sergyDwhiz avatar Dec 23 '23 03:12 sergyDwhiz