dotfm

My dotfile manager
git clone git://src.gearsix.net/dotfm
Log | Files | Refs | Atom | README | LICENSE

commit 0c5f2f51ac8395c7fe3ee8fabf5f8c7e3786c682
parent fee09e3ab823c4e6430ec952d31683e93337278d
Author: gearsix <gearsix@tuta.io>
Date:   Sun,  7 Nov 2021 00:51:29 +0000

typefix in valid_commands

Diffstat:
Msrc/dotfm.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/dotfm.py b/src/dotfm.py @@ -79,7 +79,7 @@ def warn(message): # main def parseargs(): - valid_commands = ['install', 'in' 'update', 'up', 'remove', 'rm', 'edit', 'ed', 'list', 'ls'] + valid_commands = ['install', 'in', 'update', 'up', 'remove', 'rm', 'edit', 'ed', 'list', 'ls'] parser = argparse.ArgumentParser(description='a simple tool to help you manage your dotfile symlinks.') # OPTIONS parser.add_argument('-s', '--skip', action='store_true',