Skip to content

Commit

Permalink
set --wordcount visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenZcience committed Oct 1, 2023
1 parent 5f7c416 commit 913759c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cat_win/const/argconstants.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ def __init__(self, short_form: str, long_form: str, arg_help: str, arg_id: int,
ArgConstant('-S', '--SUM', 'ONLY show sum of lines',
ARGS_CCOUNT, show_arg=False, section=5),
ArgConstant('-w', '--wordcount', 'display the wordcount',
ARGS_WORDCOUNT, section=5),
ARGS_WORDCOUNT, show_arg_on_shell=False, section=5),
ArgConstant('-W', '--WORDCOUNT', 'ONLY display the wordcount',
ARGS_WWORDCOUNT, section=5),
ARGS_WWORDCOUNT, show_arg=False, section=5),

# search and match
ArgConstant('-g', '--grep', 'only show lines containing queried keywords or patterns',
Expand Down

0 comments on commit 913759c

Please sign in to comment.