Add warning
This commit is contained in:
parent
5c19d4ee48
commit
4afe59f92e
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,8 @@ def main(files):
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
print('WARNING')
|
||||||
|
print('All your sheets should have the same column order.\n')
|
||||||
ap = argparse.ArgumentParser()
|
ap = argparse.ArgumentParser()
|
||||||
ap.add_argument('-f', '--files', type=str, nargs='+', help='Files to upload.', required=True)
|
ap.add_argument('-f', '--files', type=str, nargs='+', help='Files to upload.', required=True)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue