1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-08 03:54:16 +00:00

refactor command "listfiles" to "files"

This commit is contained in:
deadc0de6
2019-11-27 19:11:31 +01:00
parent 77527d92c6
commit 8844084999
10 changed files with 48 additions and 48 deletions

View File

@@ -130,7 +130,7 @@ def _fake_args():
args['--force-actions'] = False
# cmds
args['list'] = False
args['listfiles'] = False
args['files'] = False
args['install'] = False
args['compare'] = False
args['import'] = False