asitop icon indicating copy to clipboard operation
asitop copied to clipboard

Don't allow the 'show_cores' option to take any arguments.

Open sungwonida opened this issue 2 years ago • 0 comments

The type of 'show_cores' in the parser is bool. So the usages below look awkward.

asitop --show_cores 0 asitop --show_cores 1 ...

Instead, it should be, asitop --show_cores

sungwonida avatar Dec 28 '23 01:12 sungwonida