fixes
This commit is contained in:
parent
753630e651
commit
f2edb49d22
11
main.py
11
main.py
@ -5,16 +5,17 @@ import unpacker
|
||||
from error import Ai1wmError
|
||||
|
||||
'''
|
||||
check file for proper format
|
||||
extract info file
|
||||
gather details
|
||||
extract files to new folder with permissions
|
||||
obtain new info for sites database
|
||||
install core files
|
||||
move wp-content to correct place
|
||||
import db to website
|
||||
check for any issues
|
||||
'''
|
||||
|
||||
if __name__ == '__main__':
|
||||
""" Entry of the ai1wm program. """
|
||||
|
||||
parser = argparse.ArgumentParser(prog='ai1wm', description='Pack/Unpack All-in-One WP Migration Packages')
|
||||
parser = argparse.ArgumentParser(prog='ai1wm', description='Unpack All-in-One WP Migration Packages')
|
||||
parser.add_argument('source', help='source path')
|
||||
parser.add_argument('target', help='target path')
|
||||
args = parser.parse_args()
|
||||
|
Loading…
x
Reference in New Issue
Block a user