Skip to content

Comments

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

Open
sungwonida wants to merge 1 commit intotlkh:mainfrom
sungwonida:fix-show_cores-to-not-take-any-arguments
Open

Don't allow the 'show_cores' option to take any arguments.#67
sungwonida wants to merge 1 commit intotlkh:mainfrom
sungwonida:fix-show_cores-to-not-take-any-arguments

Conversation

@sungwonida
Copy link

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

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
Copy link
Author

@sungwonida sungwonida left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great. Thank you for your work.

@Vlor999
Copy link

Vlor999 commented Feb 22, 2026

Hi everyone, since this project seems to be unmaintained and has accumulating bugs with recent macOS updates, I've created an actively maintained fork called mxtop. It includes pending community fixes and is fully working on the latest Apple Silicon chips.
You can install it right now using: pip install mxtop The new repository is here: https://github.com/Vlor999/mxtop
Feel free to open issues or PRs there!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants