taoky / ayano

Follow nginx log, and find out bad guys!
MIT License
19 stars 2 forks source link

Use spf13/cobra for better CLI tool experience #5

Closed iBug closed 2 months ago

iBug commented 2 months ago
# 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.