Skip to content

Commit

Permalink
Remove option for feature that is not implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
NickHastings committed May 2, 2024
1 parent ab7e631 commit ac1a0e8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions riverwm_utils/riverwm_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,6 @@ def parse_command_line() -> argparse.Namespace:
'to the last tag from the first tag. Should be and integer '
'between 1 and 32 inclusive.')
)
parser.add_argument(
'--skip-unoccupied', '-s', action='store_true', default=False,
help='Skip tags with no views.'
)
return parser.parse_args()

def cycle_focused_tags():
Expand Down

0 comments on commit ac1a0e8

Please sign in to comment.