mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-29 03:13:47 +01:00
General: Cleanup
This commit is contained in:
parent
a1f17877f3
commit
2bd66d07f0
3
wal.py
3
wal.py
@ -15,8 +15,7 @@ def get_args():
|
||||
parser.add_argument('-t', help='Fix artifacts in VTE Terminals. (Termite, xfce4-terminal)', action='store_true')
|
||||
parser.add_argument('-x', help='Use extended 16-color palette.', action='store_true')
|
||||
|
||||
args = parser.parse_args()
|
||||
return args
|
||||
return parser.parse_args()
|
||||
|
||||
|
||||
def main():
|
||||
|
Loading…
Reference in New Issue
Block a user