Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Use spf13/cobra for better CLI tool experience #5

Merged
merged 10 commits into from
Aug 25, 2024
Merged

Conversation

iBug
Copy link
Collaborator

@iBug iBug commented Aug 25, 2024

# Before
./ayano -analyse -n 20  -threshold 100K "$FILE"
# After
./ayano  analyze -n 20 --threshold 100K "$FILE"

See updated README for details.

Also tidied up most of the existing code.

README.md Show resolved Hide resolved
@iBug iBug requested a review from taoky August 25, 2024 14:47
pkg/parser/parser.go Outdated Show resolved Hide resolved
@iBug iBug requested a review from taoky August 25, 2024 14:55
@taoky taoky merged commit 6c12fdd into taoky:master Aug 25, 2024
1 check passed
@iBug iBug deleted the cobra branch August 25, 2024 15:08
@taoky taoky added this to the 0.1.0 milestone Aug 31, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants