cli icon indicating copy to clipboard operation
cli copied to clipboard

Test the `internal/cmd` package functionality

Open pPrecel opened this issue 1 year ago • 0 comments

Description:

the internal/cmd package contains command definitions with almost all functionality. It's really hard to test packages like this one. We should extract its functionality into smaller, dedicated packages and then test them. the cmd package should contain almost command definitions only (with a small amount of needed code)

pPrecel avatar May 14 '24 12:05 pPrecel