diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-12-27 17:34:21 +1100 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-12-27 17:34:21 +1100 |
| commit | 57e6ef173d4fccb90cacf50a00ddb4dd54ebe963 (patch) | |
| tree | 4ee2f77d40cb9ccaddf570b4d45a7f7ce4923722 /pywal/__main__.py | |
| parent | 72a7713ca8415f22198ff6abdb60b9ab44f4e974 (diff) | |
reload: Remove -r
Diffstat (limited to 'pywal/__main__.py')
| -rw-r--r-- | pywal/__main__.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/pywal/__main__.py b/pywal/__main__.py index e7f2aef..f5264f3 100644 --- a/pywal/__main__.py +++ b/pywal/__main__.py @@ -55,9 +55,6 @@ def get_args(args): help="Quiet mode, don\"t print anything and \ don't display notifications.") - arg.add_argument("-r", action="store_true", - help="Reload current colorscheme.") - arg.add_argument("-R", action="store_true", help="Restore previous colorscheme.") @@ -97,10 +94,6 @@ def process_args(args): scheme_dir = os.path.join(CACHE_DIR, "schemes") shutil.rmtree(scheme_dir, ignore_errors=True) - if args.r: - reload.colors(args.t) - sys.exit(0) - if args.a: util.Color.alpha_num = args.a |
