aboutsummaryrefslogtreecommitdiff
path: root/cmd/status.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-08-17 22:42:12 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-08-17 22:42:12 +0530
commitccef1f9a0035a5b8e3494bcc22c09ad3acc49097 (patch)
treea20228902afdd0af64683f38fcf270bbc3fa1670 /cmd/status.go
parentadffba663dbe8daebe311dc8f3ae5d40109cb2dd (diff)
reading auth token from config file (if any)
Diffstat (limited to 'cmd/status.go')
-rw-r--r--cmd/status.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/status.go b/cmd/status.go
index 53e93c6..2dc6fee 100644
--- a/cmd/status.go
+++ b/cmd/status.go
@@ -133,7 +133,6 @@ func setMangaStatus(statusInput, searchInput string) {
}
func init() {
- fmt.Println("statusINit")
rootCmd.AddCommand(statusCmd)
statusCmd.Flags().StringP("set-value", "s", "", "status to be set")
statusCmd.Flags().IntVarP(&ui.PromptLength, "prompt-length", "l", 5, "Length of select prompt")