diff --git a/docs/Source/cli/index.html b/docs/Source/cli/index.html index 47d208a..a223834 100644 --- a/docs/Source/cli/index.html +++ b/docs/Source/cli/index.html @@ -764,7 +764,8 @@

Source code in torrentfile\cli.py -
71
+        
70
+71
 72
 73
 74
@@ -781,8 +782,7 @@ 

85 86 87 -88 -89

@staticmethod
+88
@staticmethod
 def activate_logger():
     """
     Activate the builtin logging mechanism when passed debug flag from CLI.
@@ -829,7 +829,8 @@ 

Source code in torrentfile\cli.py -
59
+        
58
+59
 60
 61
 62
@@ -838,8 +839,7 @@ 

65 66 67 -68 -69

@staticmethod
+68
@staticmethod
 def activate_quiet():
     """
     Activate quiet mode for the duration of the programs life.
@@ -942,7 +942,8 @@ 

Source code in torrentfile\cli.py -
 99
+            
 98
+ 99
 100
 101
 102
@@ -959,8 +960,7 @@ 

113 114 115 -116 -117

def __init__(self,
+116
def __init__(self,
              prog: str,
              width: int = 45,
              max_help_positions: int = 45):
@@ -1070,7 +1070,8 @@ 

Source code in torrentfile\cli.py -
198
+        
197
+198
 199
 200
 201
@@ -1526,8 +1527,7 @@ 

651 652 653 -654 -655

def execute(args: list = None) -> list:
+654
def execute(args: list = None) -> list:
     """
     Execute program with provided list of arguments.
 
@@ -1752,7 +1752,7 @@ 

help="path to content file or directory", ) - create_parser.set_defaults(func=create) + create_parser.set_defaults(func=commands.create) edit_parser = subparsers.add_parser( "edit", @@ -1818,7 +1818,7 @@

help="replaces current source with <source>", ) - edit_parser.set_defaults(func=edit) + edit_parser.set_defaults(func=commands.edit) info_parser = subparsers.add_parser( "info", @@ -1834,7 +1834,7 @@

help="path to torrent file", ) - info_parser.set_defaults(func=info) + info_parser.set_defaults(func=commands.info) magnet_parser = subparsers.add_parser( "magnet", @@ -1868,7 +1868,7 @@

metavar="<int>", ) - magnet_parser.set_defaults(func=get_magnet) + magnet_parser.set_defaults(func=commands.get_magnet) check_parser = subparsers.add_parser( "recheck", @@ -1892,7 +1892,7 @@

help="path to content file or directory", ) - check_parser.set_defaults(func=recheck) + check_parser.set_defaults(func=commands.recheck) rebuild_parser = subparsers.add_parser( "rebuild", @@ -1936,7 +1936,7 @@

help="path to where torrents will be re-assembled", ) - rebuild_parser.set_defaults(func=rebuild) + rebuild_parser.set_defaults(func=commands.rebuild) rename_parser = subparsers.add_parser( "rename", @@ -1952,7 +1952,7 @@

help="path to torrent file", ) - rename_parser.set_defaults(func=rename) + rename_parser.set_defaults(func=commands.rename) all_commands = [ "m", @@ -2007,11 +2007,11 @@

Source code in torrentfile\cli.py -
661
+        
660
+661
 662
 663
-664
-665
def main() -> None:
+664
def main() -> None:
     """
     Initiate main function for CLI script.
     """
diff --git a/docs/coverage/covindex.html b/docs/coverage/covindex.html
index 6fbaa19..e66a6ae 100644
--- a/docs/coverage/covindex.html
+++ b/docs/coverage/covindex.html
@@ -45,7 +45,7 @@ 

Coverage report:

coverage.py v7.2.7, - created at 2023-07-24 21:00 -0700 + created at 2023-07-26 12:16 -0700

@@ -234,7 +234,7 @@

Coverage report:

coverage.py v7.2.7, - created at 2023-07-24 21:00 -0700 + created at 2023-07-26 12:16 -0700