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
|
from error import Ai1wmError
|
||||||
|
|
||||||
'''
|
'''
|
||||||
check file for proper format
|
obtain new info for sites database
|
||||||
extract info file
|
install core files
|
||||||
gather details
|
move wp-content to correct place
|
||||||
extract files to new folder with permissions
|
import db to website
|
||||||
|
check for any issues
|
||||||
'''
|
'''
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
""" Entry of the ai1wm program. """
|
""" 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('source', help='source path')
|
||||||
parser.add_argument('target', help='target path')
|
parser.add_argument('target', help='target path')
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user