* refactor(pty): switch to using interface
for better flexibility (although may not be useful)
* chore: reduce error messages
* delete redundant messages
* Replace pflag with cobra, add service command
moved '-c' option to 'edit' command
* Restart after installation & add some friendly outputs
* Attempt to fix ci
* Update dependencies & revert gosec to 2.19.0
gosec 2.19.0 is the last version supports Go 1.20
* Remove gosec checks