diff options
| author | chqn <chandler@cock.li> | 2024-01-03 13:12:48 -0600 |
|---|---|---|
| committer | chqn <chandler@cock.li> | 2024-01-03 13:12:48 -0600 |
| commit | 007e7076c7404c86180ff3aa6ea3fe15024a87c3 (patch) | |
| tree | aa56c60b2d9911b7e7af30c7881021fee4b62d73 /src/get_args.py | |
| parent | 350bb4aa798c9c8939b4b7c91dbee9e08f73edc4 (diff) | |
Refactored function signatures and added some TODOs
Diffstat (limited to 'src/get_args.py')
| -rw-r--r-- | src/get_args.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/get_args.py b/src/get_args.py index e38ee90..6be2ab9 100644 --- a/src/get_args.py +++ b/src/get_args.py @@ -1,6 +1,6 @@ import user_interface import os -def get_args(args): +def get_args(args) -> tuple: dmenu = False nolock = False |
