mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-06 02:38:02 +00:00
refactor command "list" to "profiles"
This commit is contained in:
@@ -604,10 +604,10 @@ def main():
|
||||
ret = True
|
||||
try:
|
||||
|
||||
if o.cmd_list:
|
||||
if o.cmd_profiles:
|
||||
# list existing profiles
|
||||
if o.debug:
|
||||
LOG.dbg('running cmd: list')
|
||||
LOG.dbg('running cmd: profiles')
|
||||
cmd_list_profiles(o)
|
||||
|
||||
elif o.cmd_files:
|
||||
|
||||
Reference in New Issue
Block a user