You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys! I am a user of tunasync, we build the mirrors.ynu.edu.cn base on tunasync.
When I use the tunasync and tunasynctl, I often stuck in some flags for subcommands. The autocompletion and documents might make no help.
So I want to make some refactoring on the CLI interactive, migrate it to the new one based on cobra and viper. It will provide more effective autocompletion, more --help information, and configurations in many other ways.
How do you think about it? Do you think it's meaningful/useful?
The text was updated successfully, but these errors were encountered:
Hi guys! I am a user of
tunasync
, we build the mirrors.ynu.edu.cn base ontunasync
.When I use the
tunasync
andtunasynctl
, I often stuck in some flags for subcommands. The autocompletion and documents might make no help.So I want to make some refactoring on the CLI interactive, migrate it to the new one based on
cobra
andviper
. It will provide more effective autocompletion, more --help information, and configurations in many other ways.How do you think about it? Do you think it's meaningful/useful?
The text was updated successfully, but these errors were encountered: