mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 05:46:38 +02:00
✨ Simplify v2 migration helpers on srepl ns
This commit is contained in:
parent
c6d92a2517
commit
5924f3bc41
7 changed files with 100 additions and 416 deletions
|
@ -160,7 +160,6 @@ available_commands = (
|
|||
"delete-profile",
|
||||
"search-profile",
|
||||
"derive-password",
|
||||
"migrate-components-v2",
|
||||
)
|
||||
|
||||
parser = argparse.ArgumentParser(
|
||||
|
@ -233,7 +232,4 @@ elif args.action == "search-profile":
|
|||
|
||||
search_profile(email)
|
||||
|
||||
elif args.action == "migrate-components-v2":
|
||||
migrate_components_v2()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue