diff options
author | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2022-06-15 00:39:23 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2022-06-15 00:39:23 +0530 |
commit | 5eb7a3cd41826fccdc432d049dd85a31b4b56073 (patch) | |
tree | c41cda8e9b4648991b85d44405397212612b2bc7 /cmd/root.go | |
parent | 028632de277704fe4576e732d4997daa70f25f60 (diff) |
added status command to directly set status for an anime
Diffstat (limited to 'cmd/root.go')
-rw-r--r-- | cmd/root.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/root.go b/cmd/root.go index b9967b4..e23a221 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -37,5 +37,5 @@ func Execute() { } func init() { - rootCmd.PersistentFlags().BoolP("manga", "m", false, "Use Manga Mode.") + rootCmd.PersistentFlags().BoolP("manga", "m", false, "use manga mode") } |