mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-05-21 08:41:00 +02:00
general: cleanup.
This commit is contained in:
parent
3c7c8516e5
commit
9c8ea3e45e
@ -42,7 +42,7 @@ def get_args(args):
|
|||||||
Use 'wal --backend' to list backends.",
|
Use 'wal --backend' to list backends.",
|
||||||
const="list_backends", type=str, nargs="?", default="wal")
|
const="list_backends", type=str, nargs="?", default="wal")
|
||||||
|
|
||||||
arg.add_argument("--theme", metavar="/path/to/file or theme_name",
|
arg.add_argument("--theme", "-f", metavar="/path/to/file or theme_name",
|
||||||
help="Which colorscheme file to use. \
|
help="Which colorscheme file to use. \
|
||||||
Use 'wal --theme' to list builtin themes.",
|
Use 'wal --theme' to list builtin themes.",
|
||||||
const="list_themes", nargs="?")
|
const="list_themes", nargs="?")
|
||||||
|
Loading…
Reference in New Issue
Block a user