]> git.mxchange.org Git - fba.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Mon, 5 Jun 2023 20:09:42 +0000 (22:09 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 5 Jun 2023 21:08:45 +0000 (23:08 +0200)
commita0a56bec8f9487ee226bbd9317d9d083838fa4c2
tree450c5aff5c77801baabcce200c13828089b3429a
parent700f022ca0e3775c862e45424e1934e02598b4c6
Continued:
- introduced argparse which is a more flexible way of handling command-line
  arguments
- moved all commands to fba/command.py you can now access them through
  $ ./fba.py <command>
- please use --help to see which commands are all supported, you can also use
  it on a single command to get all supported arguments
12 files changed:
check_instance.py [deleted file]
fba.py [new file with mode: 0755]
fba/__init__.py
fba/boot.py
fba/command.py [new file with mode: 0644]
fba/fba.py
fetch_bkali.py [deleted file]
fetch_blocks.py [deleted file]
fetch_cs.py [deleted file]
fetch_fba_rss.py [deleted file]
fetch_instances.py [deleted file]
requirements.txt