@@ -47,7 +47,6 @@ class Cli(
4747):
4848 ''' Various utilities for projects by Github user '@emcd'. '''
4949
50- application : __ .appcore .ApplicationInformation
5150 # configfile: __.typx.Optional[ str ] = None
5251 display : _interfaces .ConsoleDisplay
5352 command : __ .typx .Union [
@@ -78,7 +77,6 @@ def prepare_invocation_args(
7877 ) -> __ .cabc .Mapping [ str , __ .typx .Any ]:
7978 ''' Prepares arguments for initial configuration. '''
8079 args : dict [ str , __ .typx .Any ] = dict (
81- application = self .application ,
8280 environment = True ,
8381 )
8482 # if self.configfile: args[ 'configfile' ] = self.configfile
@@ -99,7 +97,6 @@ def execute( ) -> None:
9997
10098
10199async def _prepare (
102- application : __ .appcore .ApplicationInformation ,
103100 environment : bool ,
104101 exits : __ .ctxl .AsyncExitStack ,
105102) -> __ .Globals :
@@ -108,4 +105,4 @@ async def _prepare(
108105 # TODO: Finetune Icecream truck installation from CLI arguments.
109106 ictruck .install ( trace_levels = 9 )
110107 return await __ .appcore .prepare (
111- application = application , environment = environment , exits = exits )
108+ environment = environment , exits = exits )
0 commit comments