Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS
2022-01-24 19:07:40 +03:00
parent 0e61d05c9f
commit 906c14fddf
5 changed files with 53 additions and 34 deletions

View File

@@ -2,6 +2,6 @@
# -*- coding: utf-8 -*-
__author__ = "R4SAS <r4sas@i2pmail.org>"
__version__ = "0.3.2b1"
__version__ = "0.3.2"
__copyright__ = "Copyright (c) R4SAS"
__license__ = "MIT"

View File

@@ -31,7 +31,7 @@ def read_config(filename):
return settings
def main():
parser = argparse.ArgumentParser()
parser = argparse.ArgumentParser(description='Full-featured PrivateBin command-line client')
subparsers = parser.add_subparsers(title="actions", help="List of commands")
# a send command