removes debug print
This commit is contained in:
@@ -104,7 +104,7 @@ def main():
|
|||||||
help="if present, moves the current active window to target workspace")
|
help="if present, moves the current active window to target workspace")
|
||||||
shift_group.add_argument('-k', '--keep-with-it', action='store_true',
|
shift_group.add_argument('-k', '--keep-with-it', action='store_true',
|
||||||
help='if present, moves with the ')
|
help='if present, moves with the ')
|
||||||
pprint.pprint(parser.parse_args().__dict__)
|
# pprint.pprint(parser.parse_args().__dict__)
|
||||||
WorkSpacer(parser.parse_args()).run()
|
WorkSpacer(parser.parse_args()).run()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user