diff options
Diffstat (limited to 'cmd/status.go')
-rw-r--r-- | cmd/status.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/status.go b/cmd/status.go index 3dc056f..e828219 100644 --- a/cmd/status.go +++ b/cmd/status.go @@ -127,6 +127,7 @@ func init() { statusCmd.PersistentFlags().IntVarP(&ui.PromptLength, "prompt-length", "l", 5, "Length of select prompt") statusCmd.PersistentFlags().IntVarP(&mal.SearchLength, "search-length", "n", 10, "Amount of search results to load") statusCmd.PersistentFlags().IntVarP(&mal.SearchOffset, "search-offset", "o", 0, "Offset for the search results") + statusCmd.PersistentFlags().BoolVarP(&mal.SearchNSFW, "search-nsfw", "", false, "Include NSFW-rated items in search results") statusCmd.PersistentFlags().BoolVarP(&mangaMode, "manga", "m", false, "Use manga mode") statusCmd.PersistentFlags().BoolVarP(&queryOnlyMode, "query", "q", false, "Query only (don't update data)") } |