implement settings file
This commit is contained in:
@@ -6,6 +6,7 @@ import argparse
|
||||
import pbincli.actions
|
||||
from pbincli.utils import PBinCLIException
|
||||
|
||||
|
||||
def main():
|
||||
parser = argparse.ArgumentParser()
|
||||
subparsers = parser.add_subparsers(title="actions", help="List of commands")
|
||||
@@ -54,5 +55,6 @@ def main():
|
||||
else:
|
||||
parser.print_help()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user